Skip to main content

Objects

GraphQL objects represent the different kinds of resources you can access using this API. An object can contain a list of fields, which could be in the form of strings or integers.

Object categories
Link copied!

Objects: Assets
Link copied!

GraphQL object types for assets, folders, repositories, video transcoding, and AI image tools in the Amplience GraphQL Management API.

Objects: CMS
Link copied!

GraphQL object types for CMS hubs and repositories in the Amplience GraphQL Management API.

Objects: Commerce
Link copied!

GraphQL object types for commerce repositories, categories, and products in the Amplience GraphQL Management API.

Objects: Content generation
Link copied!

GraphQL object types for content generation, content flow, and content review in the Amplience GraphQL Management API.

Objects: Media tools
Link copied!

GraphQL object types for media hubs, transformation templates, webhooks, extensions, and preview keys in the Amplience GraphQL Management API.

Objects: Organization & users
Link copied!

GraphQL object types for organizations, teams, users, invitations, and personal access tokens in the Amplience GraphQL Management API.

Connection and edge types
Link copied!

The following paginated connection and edge types are used throughout the API. For full details of each, use the GraphQL playground. Each connection exposes edges (containing node and cursor) and a PageInfo object, following the Relay cursor connections spec.

TypeFields
AssetFolderConnectionedges, pageInfo
AssetFolderEdgenode, cursor
AssetMetadataConnectionedges, pageInfo
AssetMetadataEdgenode, cursor
AssetRepositoryConnectionedges, pageInfo
AssetRepositoryEdgenode, cursor
AssetSearchConnectionedges, pageInfo, total
AssetSearchEdgenode, cursor
CommerceCategoryConnectionedges, pageInfo
CommerceCategoryEdgenode, cursor
CommerceProductConnectionedges, pageInfo
CommerceProductEdgenode, cursor
ContentFlowConnectionedges, pageInfo
ContentFlowEdgenode, cursor
ContentFlowRunConnectionpageInfo, edges
ContentFlowRunEdgenode, cursor
ContentFlowRunEventConnectionpageInfo, edges
ContentFlowRunEventEdgenode, cursor
ContentGenerationAudienceConnectionedges, pageInfo
ContentGenerationAudienceEdgecursor, node
ContentGenerationBrandVoiceConnectionedges, pageInfo
ContentGenerationBrandVoiceEdgecursor, node
ContentGenerationExampleConnectionedges, pageInfo
ContentGenerationExampleEdgenode, cursor
ContentGenerationExampleFolderConnectionpageInfo, edges
ContentGenerationExampleFolderEdgenode, cursor
ContentGenerationSessionConnectionedges, pageInfo
ContentGenerationSessionEdgenode, cursor
ContentGenerationToneConnectionedges, pageInfo
ContentGenerationToneEdgecursor, node
ContentReviewTaskConnectionedges, pageInfo
ContentReviewTaskEdgenode, cursor
ContentReviewTaskSearchResultConnectionedges, pageInfo
ContentReviewTaskSearchResultEdgenode, searchMatches, cursor
ExtensionConnectionedges, pageInfo
ExtensionEdgenode, cursor
ExtensionReleaseConnectionedges, pageInfo
ExtensionReleaseEdgenode, cursor
InvitationConnectionedges, pageInfo
InvitationEdgenode, cursor
MediaHubConnectionedges, pageInfo
MediaHubEdgenode, cursor
MetadataSchemaConnectionedges, pageInfo
MetadataSchemaEdgenode, cursor
OrganizationConnectionedges, pageInfo, totalCount
OrganizationEdgenode, cursor
PreviewKeyConnectionedges, pageInfo
PreviewKeyEdgenode, cursor
TeamMembersConnectionedges, pageInfo, totalCount
TeamMembersEdgenode, cursor
TransformationTemplateConnectionedges, pageInfo
TransformationTemplateEdgenode, cursor
UserConnectionedges, pageInfo
UserEdgenode, cursor
VideoTranscodingProfileConnectionedges, pageInfo
VideoTranscodingProfileEdgenode, cursor
VirtualStagingEnvironmentConnectionedges, pageInfo
VirtualStagingEnvironmentEdgenode, cursor
WebhookListenerConnectionedges, pageInfo
WebhookListenerEdgenode, cursor

PageInfo
Link copied!

Pagination information returned in the pageInfo field of every Connection type.

FieldTypeDescription
hasNextPageBoolean!
hasPreviousPageBoolean!
startCursorString!
endCursorString!