ServiceType
Service type
type ServiceType {
accountId: Int!
avatarUrl: String
createdAt: ISO8601DateTime!
currentManifestId: ID
data: JSON
deactivationReason: String
id: Int!
identifier: String!
name: String!
platformId: String
profileType: String
status: String!
type: String!
updatedAt: ISO8601DateTime!
}
Fields
ServiceType.accountId ● Int! non-null scalar
ID of the associated account
ServiceType.avatarUrl ● String scalar
URL of the service avatar
ServiceType.createdAt ● ISO8601DateTime! non-null scalar
Created at
ServiceType.currentManifestId ● ID scalar
ID of the currently used posting content manifest
ServiceType.data ● JSON scalar
Data of the service
ServiceType.deactivationReason ● String scalar
Reason for deactivation of the service
ServiceType.id ● Int! non-null scalar
Unique identifier of the service
ServiceType.identifier ● String! non-null scalar
External service identifier
ServiceType.name ● String! non-null scalar
Service name
ServiceType.platformId ● String scalar
Associated platform ID
ServiceType.profileType ● String scalar
Profile type of the service
ServiceType.status ● String! non-null scalar
Status of the service
ServiceType.type ● String! non-null scalar
Type of the service
ServiceType.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Member Of
CreateServicePayload object ● ServiceTypeConnection object ● ServiceTypeEdge object ● UpdateServicePayload object