Anchor to PublicationUserErrorPublication
objectPublication User Error
Defines errors encountered while managing a publication.
Anchor to FieldsFields
- Anchor to codecode•Publication
User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Creates a publication.
- Anchor to inputinput•Publication
Create Input!required The input fields to use when creating the publication.
Arguments
- Anchor to publicationpublication•Publication
The publication that's been created.
- Anchor to userErrorsuser•[Publication
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Deletes a publication.
- •ID!required
The ID of the publication to delete.
Arguments
- Anchor to deletedIddeleted•ID
Id The ID of the publication that was deleted.
- Anchor to userErrorsuser•[Publication
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
- •mutation
Updates a publication.
- •ID!required
The ID of the publication to update.
- Anchor to inputinput•Publication
Update Input!required The input fields to use when updating the publication.
Arguments
- Anchor to publicationpublication•Publication
The publication that's been updated.
- Anchor to userErrorsuser•[Publication
Errors User Error!]!non-null The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?