DeleteCommentArchiveInput
Autogenerated input type of DeleteCommentArchive
input DeleteCommentArchiveInput {
clientMutationId: String
archiveId: Int!
scopeId: Int!
}
Fields
DeleteCommentArchiveInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteCommentArchiveInput.archiveId
● Int!
non-null scalar
DeleteCommentArchiveInput.scopeId
● Int!
non-null scalar
Member of
deleteCommentArchive
mutation