ExternalChannel
@TODO DESCRIBE ME




POST as x-www-form-urlencoded:

https://joy.classapp.co/graphql?access_token=YOUR_TOKEN_HERE&client_id=YOUR_CLIENT_ID


ExternalChannel

ParamsDescription
idThe ID of an object
dbIdIdentifies the primary key from the database.
typetype of external channel
configurationconfiguration of the channel and the entity
statusexternal channel status
applicationIdThe application ID that the channel belongs to
applicationThe application that the channel belongs to
createdAn ISO-8601 encoded UTC date string of when record was created
modifiedAn ISO-8601 encoded UTC date string of when record was updated
deletedAn ISO-8601 encoded UTC date string of when record was deleted
keyRandom ID to differentiate from others
selectedHelper field for clients
highlightedHelper field for clients
expandedHelper field for clients
loadedHelper field for clients
loadingHelper field for clients

CreateExternalChannelInput

ArgumentsTypeDescription
applicationId
Not Null
The application ID that tag belongs to
type
ExternalChannelType
ENUM
type of external channel
configuration
JSONObject
SCALAR
configuration to b used on configuration
status
String
SCALAR
external channel status
clientMutationId
String
SCALAR

UpdateExternalChannelInput

ArgumentsTypeDescription
id
Not Null
The ID of a External Channel object
type
ExternalChannelType
ENUM
type of external channel
configuration
JSONObject
SCALAR
configuration to b used on configuration
status
String
SCALAR
external channel status
clientMutationId
String
SCALAR

DeleteExternalChannelInput

ArgumentsTypeDescription
id
Not Null
The ID of a External Channel object
clientMutationId
String
SCALAR