Skip to main content

UpdateCategoryPayload

Autogenerated return type of UpdateCategory.

type UpdateCategoryPayload {
clientMutationId: String
data: Category
errors: [Error!]!
}

Fields

UpdateCategoryPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateCategoryPayload.data ● Category object

Updated category data

UpdateCategoryPayload.errors ● [Error!]! non-null object

List of errors

Returned By

updateCategory mutation