Yson.GraphQL.Schema.mutation

You're seeing just the macro mutation, go back to Yson.GraphQL.Schema module for more information.
Link to this macro

mutation(name, opts \\ [], list)

View Source (macro)

Defines a GraphQL mutation.

It specifies the mutation name and its arguments.

Examples

mutation :person do
  arg(:street, :string)
end