CreateCategoryPayload
Autogenerated return type of CreateCategory.
type CreateCategoryPayload {
clientMutationId: String
data: Category
errors: [Error!]!
}
Fields
CreateCategoryPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateCategoryPayload.data ● Category object
Created category data
CreateCategoryPayload.errors ● [Error!]! non-null object
List of errors
Returned By
createCategory mutation