Noticeable
INPUT_OBJECT
Input type related to deletePublication mutation.
input DeletePublicationInput {# A unique identifier for the client performing the mutation.clientMutationId: ID# The project ID where the publication to delete is.projectId: ID!# The identifier corresponding to the publication to delete.publicationId: ID!}