OBJECT

SetInvoiceAccountingItem35AKindPayload

The output of our setInvoiceAccountingItem35AKind mutation.

link GraphQL Schema definition

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