OBJECT
CategoryPayload
link GraphQL Schema definition
- type CategoryPayload {
- # A list of failed validations. May be blank or null if mutation succeeded.
- : [ValidationMessage]
- # The object created/updated/deleted by the mutation. May be null if mutation
- # failed.
- : Category
- # Indicates if the mutation completed successfully or not.
- : Boolean!
- }