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

GraphQL mutation

Example: type Mutation {

createUser(firstName: String, lastName: String, email: Email!): User

}

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %Graphqexl.Schema.Mutation{
  arguments: %{required(atom()) => term()},
  deprecated: boolean(),
  deprecation_reason: String.t(),
  description: String.t(),
  name: String.t(),
  return: Graphqexl.Schema.Ref.t()
}