Yson.GraphQL.Schema.mutation
You're seeing just the macro
mutation
, go back to Yson.GraphQL.Schema module for more information.
Defines a GraphQL mutation.
It specifies the mutation name and its arguments.
Examples
mutation :person do
arg(:street, :string)
end