Studio Service

Cast

Cast

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!
orgIdUUID!
spaceIdUUID!
priorityInt
expiresAtDatetime
contentJSON
createdAtDatetime
updatedAtDatetime
createdByUUID
updatedByUUID
orgByOrgIdOrgReads a single `Org` that is related to this `Cast`.
spaceBySpaceIdSpaceReads a single `Space` that is related to this `Cast`.
userByCreatedByUserReads a single `User` that is related to this `Cast`.
userByUpdatedByUserReads a single `User` that is related to this `Cast`.
screensByCastIdScreensConnection!Reads and enables pagination through a set of `Screen`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ScreensOrderBy!]The method to use when ordering `Screen`.
conditionScreenConditionA condition to be used in determining which values should be returned by the collection.
filterScreenFilterA filter to be used in determining which values should be returned by the collection.
associationsByFromCastAndOrgIdAssociationsConnection!Reads and enables pagination through a set of `Association`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AssociationsOrderBy!]The method to use when ordering `Association`.
conditionAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterAssociationFilterA filter to be used in determining which values should be returned by the collection.
associationsByToCastAndOrgIdAssociationsConnection!Reads and enables pagination through a set of `Association`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AssociationsOrderBy!]The method to use when ordering `Association`.
conditionAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterAssociationFilterA filter to be used in determining which values should be returned by the collection.
appInstanceByCastIdAppInstanceGet casted app.
channelByCastIdChannelGet casted channel.
fileByCastIdFileGet casted file.
linkByCastIdLinkGet casted link.
playlistByCastIdPlaylistGet casted playlist.
siteByCastIdSiteGet casted Site.