Skip to main content

PostingContentManifest

Posting Content Manifest

type PostingContentManifest {
appId: String!
createdAt: ISO8601DateTime!
definition: JSON!
id: String!
updatedAt: ISO8601DateTime!
}

Fields

PostingContentManifest.appId ● String! non-null scalar

App ID

PostingContentManifest.createdAt ● ISO8601DateTime! non-null scalar

Created at

PostingContentManifest.definition ● JSON! non-null scalar

Manifest definition

PostingContentManifest.id ● String! non-null scalar

ID

PostingContentManifest.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

Returned By

postingContentManifest query

Member Of

CreatePostingContentManifestPayload object