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