absinthe_relay_oxo v1.2.1 Absinthe.Relay.Mutation.Notation

Macros used to define Mutation-related schema entities.

See Absinthe.Relay.Mutation for examples of use.

Summary

Macros

Defines the input type for your payload field. See the Absinthe.Relay.Mutation module documentation for an example

Defines the output (payload) type for your payload field. See the Absinthe.Relay.Mutation module documentation for an example

Define a mutation with a single input and a client mutation ID. See the Absinthe.Relay.Mutation module documentation for more information

Functions

resolution_plugins()

Macros

input(list)

Defines the input type for your payload field. See the Absinthe.Relay.Mutation module documentation for an example.

output(list)

Defines the output (payload) type for your payload field. See the Absinthe.Relay.Mutation module documentation for an example.

payload(arg)
payload(arg, list)

Define a mutation with a single input and a client mutation ID. See the Absinthe.Relay.Mutation module documentation for more information.