graphqexl v0.1.0-alpha-rc.24 Graphqexl.Schema.Field
GraphQL field, belonging to e.g. a Graphqexl.Schema.Type.t/0 or
Graphqexl.Schema.Interface.t/0
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Graphqexl.Schema.Field{
deprecated: boolean(),
deprecation_reason: String.t(),
description: String.t(),
name: String.t(),
value: Graphqexl.Schema.Ref.t()
}