Skip to main content
Anchor to PublicationUserError

PublicationUserError

object

Defines errors encountered while managing a publication.

•PublicationUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Creates a publication.

Arguments

•PublicationCreateInput!required

The input fields to use when creating the publication.


Fields

•Publication

The publication that's been created.

•[PublicationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Deletes a publication.

Arguments

•ID!required

The ID of the publication to delete.


Fields

•ID

The ID of the publication that was deleted.

•[PublicationUserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a publication.

Arguments

•ID!required

The ID of the publication to update.

•PublicationUpdateInput!required

The input fields to use when updating the publication.


Fields

•Publication

The publication that's been updated.

•[PublicationUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?