UpsertAccountingItemPayload
Autogenerated return type of UpsertAccountingItem.
type UpsertAccountingItemPayload {
clientMutationId: String
message: String
status: StatusResultEnum!
}
Fields
UpsertAccountingItemPayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpsertAccountingItemPayload.message ● String scalar common
Human-readable detail, when there is any.
UpsertAccountingItemPayload.status ● StatusResultEnum! non-null enum common
Whether the write succeeded.
Returned By
upsertAccountingItem mutation