graphqexl v0.1.0-alpha-rc.20 Graphqexl.Schema.Argument

GraphQL argument, belonging to e.g. a Query or Mutation

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.Argument{
  name: String.t(),
  type: Graphqexl.Schema.Ref.t()
}