OBJECT
mnUpdateImagePayload
The output of our update mn Image
mutation.
link GraphQL Schema definition
- type mnUpdateImagePayload {
- # The exact same `clientMutationId` that was provided in the mutation input,
- # unchanged and unused. May be used by a client to track mutations.
- String :
- # The `Image` that was updated by this mutation.
- Image :
- # Our root query field type. Allows us to run any query from our mutation payload.
- Query :
- # Reads a single `Server` that is related to this `Image`.
- Server :
- # An edge for our `Image`. May be used by Relay 1.
- #
- # Arguments
- # orderBy: The method to use when ordering `Image`.
- ImagesOrderBy!]): ImagesEdge ( : [
- }