graphqexl v0.1.0-alpha-rc.23 Graphqexl.Schema.Mutation

GraphQL mutation

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.Mutation{
  arguments: Map.t(),
  deprecated: boolean(),
  deprecation_reason: String.t(),
  description: String.t(),
  name: String.t(),
  return: Graphqexl.Schema.Ref.t()
}