graphqexl v0.1.0-alpha-rc.docs-test Graphqexl.Schema.Field

GraphQL field, belonging to e.g. a Type or Interface

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()
}