Skip to main content

Platform

Platform

type Platform {
capabilities: PlatformCapabilities!
color: String
contentTypeProperties: PlatformContentTypeProperties
createdAt: ISO8601DateTime!
icon: String
id: String!
key: String
name: String!
updatedAt: ISO8601DateTime!
}

Fields

Platform.capabilities ● PlatformCapabilities! non-null object

Selector availability capabilities of the platform

Platform.color ● String scalar

Color

Platform.contentTypeProperties ● PlatformContentTypeProperties object

Default properties for content types connected to the platform

Platform.createdAt ● ISO8601DateTime! non-null scalar

Created at

Platform.icon ● String scalar

Icon

Platform.id ● String! non-null scalar

ID

Platform.key ● String scalar

Key

Platform.name ● String! non-null scalar

Name

Platform.updatedAt ● ISO8601DateTime! non-null scalar

Updated at

Member Of

PlatformConnection object ● PlatformEdge object