CreatePostingContentManifestPayload
Autogenerated return type of CreatePostingContentManifest.
type CreatePostingContentManifestPayload {
clientMutationId: String
data: PostingContentManifest
errors: [Error!]!
}
Fields
CreatePostingContentManifestPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreatePostingContentManifestPayload.data ● PostingContentManifest object
Posting Content Manifest
CreatePostingContentManifestPayload.errors ● [Error!]! non-null object
List of errors
Returned By
createPostingContentManifest mutation