graphqexl v0.1.0-alpha-rc.2 Graphqexl.Schema.Type

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.Type{
  deprecated: boolean(),
  deprecation_reason: String.t(),
  description: String.t(),
  fields: Map.t(),
  implements: Graphqexl.Schema.Interface.t() | nil,
  name: String.t()
}