Space
Space
A space detail for each organization.
Field | Argument | Type | Description |
---|---|---|---|
nodeId | ID! | A globally unique identifier. Can be used in various places throughout the system to identify this single value. | |
id | UUID! | The primary unique identifier for the space. | |
orgId | UUID! | The id of the organization that space belong to. | |
name | String! | The name of the space, unique name for each organization. | |
slug | String | ||
env | JSON! | The key value pairs data for space. | |
createdAt | Datetime | ||
updatedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
billingCustomerId | String | Chargebee customer_id (joins studio.billing.id) | |
preferences | JSON! | A default preferences for screens in space eg. operating hours | |
billingExpiresAt | Date | Billing expiration end of the month date from space-level subscription using last calendar day of expiration month/year specified on credit card | |
rootFolderId | UUID | ||
orgByOrgId | Org | Reads a single `Org` that is related to this `Space`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `Space`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `Space`. | |
billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `Space`. | |
folderByRootFolderId | Folder | Reads a single `Folder` that is related to this `Space`. | |
groupSpacesBySpaceId | GroupSpacesConnection! | Reads and enables pagination through a set of `GroupSpace`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [GroupSpacesOrderBy!] | The method to use when ordering `GroupSpace`. | |
condition | GroupSpaceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | GroupSpaceFilter | A filter to be used in determining which values should be returned by the collection. | |
screenGroupsBySpaceId | ScreenGroupsConnection! | Reads and enables pagination through a set of `ScreenGroup`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ScreenGroupsOrderBy!] | The method to use when ordering `ScreenGroup`. | |
condition | ScreenGroupCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenGroupFilter | A filter to be used in determining which values should be returned by the collection. | |
castsBySpaceId | CastsConnection! | Reads and enables pagination through a set of `Cast`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [CastsOrderBy!] | The method to use when ordering `Cast`. | |
condition | CastCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CastFilter | A filter to be used in determining which values should be returned by the collection. | |
screensBySpaceId | ScreensConnection! | Reads and enables pagination through a set of `Screen`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ScreensOrderBy!] | The method to use when ordering `Screen`. | |
condition | ScreenCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenFilter | A filter to be used in determining which values should be returned by the collection. | |
playlistsBySpaceId | PlaylistsConnection! | Reads and enables pagination through a set of `Playlist`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [PlaylistsOrderBy!] | The method to use when ordering `Playlist`. | |
condition | PlaylistCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | PlaylistFilter | A filter to be used in determining which values should be returned by the collection. | |
layoutsBySpaceId | LayoutsConnection! | Reads and enables pagination through a set of `Layout`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [LayoutsOrderBy!] | The method to use when ordering `Layout`. | |
condition | LayoutCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | LayoutFilter | A filter to be used in determining which values should be returned by the collection. | |
channelsBySpaceId | ChannelsConnection! | Reads and enables pagination through a set of `Channel`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ChannelsOrderBy!] | The method to use when ordering `Channel`. | |
condition | ChannelCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ChannelFilter | A filter to be used in determining which values should be returned by the collection. | |
appInstallsBySpaceId | AppInstallsConnection! | Reads and enables pagination through a set of `AppInstall`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [AppInstallsOrderBy!] | The method to use when ordering `AppInstall`. | |
condition | AppInstallCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AppInstallFilter | A filter to be used in determining which values should be returned by the collection. | |
favoritesBySpaceId | FavoritesConnection! | Reads and enables pagination through a set of `Favorite`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FavoritesOrderBy!] | The method to use when ordering `Favorite`. | |
condition | FavoriteCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FavoriteFilter | A filter to be used in determining which values should be returned by the collection. | |
fileProcessingJobsBySpaceId | FileProcessingJobsConnection! | Reads and enables pagination through a set of `FileProcessingJob`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FileProcessingJobsOrderBy!] | The method to use when ordering `FileProcessingJob`. | |
condition | FileProcessingJobCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileProcessingJobFilter | A filter to be used in determining which values should be returned by the collection. | |
fileOutputsBySpaceId | FileOutputsConnection! | Reads and enables pagination through a set of `FileOutput`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FileOutputsOrderBy!] | The method to use when ordering `FileOutput`. | |
condition | FileOutputCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileOutputFilter | A filter to be used in determining which values should be returned by the collection. | |
tagsBySpaceId | TagsConnection! | Reads and enables pagination through a set of `Tag`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [TagsOrderBy!] | The method to use when ordering `Tag`. | |
condition | TagCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TagFilter | A filter to be used in determining which values should be returned by the collection. | |
tagAssociationsBySpaceId | TagAssociationsConnection! | Reads and enables pagination through a set of `TagAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [TagAssociationsOrderBy!] | The method to use when ordering `TagAssociation`. | |
condition | TagAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TagAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByFromSpace | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByToSpace | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
shareAssociationsByToSpaceAndOrgId | ShareAssociationsConnection! | Reads and enables pagination through a set of `ShareAssociation`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ShareAssociationsOrderBy!] | The method to use when ordering `ShareAssociation`. | |
condition | ShareAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ShareAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
screenContentHistoriesBySpaceId | ScreenContentHistoriesConnection! | Reads and enables pagination through a set of `ScreenContentHistory`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ScreenContentHistoriesOrderBy!] | The method to use when ordering `ScreenContentHistory`. | |
condition | ScreenContentHistoryCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ScreenContentHistoryFilter | A filter to be used in determining which values should be returned by the collection. | |
sitesBySpaceId | SitesConnection! | Reads and enables pagination through a set of `Site`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [SitesOrderBy!] | The method to use when ordering `Site`. | |
condition | SiteCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SiteFilter | A filter to be used in determining which values should be returned by the collection. | |
allAppInstallsBySpaceId | AppInstallsConnection! | List of apps installed for the current space including global app install by organization. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
allSitesBySpaceId | SitesConnection! | Get sites by given space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [SitesOrderBy!] | The method to use when ordering `Site`. | |
appInstancesBySpaceId | AppInstancesConnection! | Get app instances by given space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [AppInstancesOrderBy!] | The method to use when ordering `AppInstance`. | |
availableAppInstallsBySpaceId | AppInstallsConnection! | Get available app installs for the current space including global app installs, shared app installs, and app installs that were implicitly shared by sharing app instances. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [AppInstallsOrderBy!] | The method to use when ordering `AppInstall`. | |
condition | AppInstallCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AppInstallFilter | A filter to be used in determining which values should be returned by the collection. | |
availableAppInstancesBySpaceId | AppInstancesConnection! | Get available app instances for the current space including global app installs and shared app installs. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [AppInstancesOrderBy!] | The method to use when ordering `AppInstance`. | |
condition | AppInstanceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AppInstanceFilter | A filter to be used in determining which values should be returned by the collection. | |
availableAppInstancesBySpaceIdAndAppId | AppInstancesConnection! | Get available app instances for the current space and specific appId including global app instances and shared app instances. | |
appId | UUID | ||
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [AppInstancesOrderBy!] | The method to use when ordering `AppInstance`. | |
condition | AppInstanceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | AppInstanceFilter | A filter to be used in determining which values should be returned by the collection. | |
availableChannelsBySpaceId | ChannelsConnection! | Get available channels by space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
availableFilesBySpaceId | FilesConnection! | Get available files for the current space including global files and shared files. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FilesOrderBy!] | The method to use when ordering `File`. | |
availableFoldersBySpaceId | FoldersConnection! | Get available folders for the current space including shared folders. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FoldersOrderBy!] | The method to use when ordering `Folder`. | |
availableLinksBySpaceId | LinksConnection! | Get available links for the current space including shared links. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [LinksOrderBy!] | The method to use when ordering `Link`. | |
availablePlaylistsBySpaceId | PlaylistsConnection! | Get available playlists for the current space including shared playlists. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [PlaylistsOrderBy!] | The method to use when ordering `Playlist`. | |
availableSitesBySpaceId | SitesConnection! | Get available sites for the current space including shared sites. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [SitesOrderBy!] | The method to use when ordering `Site`. | |
castsBySpace | CastsConnection! | Get default screen group by space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
credentialsBySpaceId | CredentialsConnection! | Get credentials by given space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [CredentialsOrderBy!] | The method to use when ordering `Credential`. | |
defaultScreenGroupBySpace | ScreenGroup | Get default screen group by space. | |
filesBySpaceId | FilesConnection! | Get files by given space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FilesOrderBy!] | The method to use when ordering `File`. | |
foldersBySpaceId | FoldersConnection! | Get folders by given space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [FoldersOrderBy!] | The method to use when ordering `Folder`. | |
groupsBySpaceId | GroupsConnection! | List of groups for the current space including the group from org wide access granted. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
layoutsBySpace | LayoutsConnection! | Reads and enables pagination through a set of `Layout`. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
linksBySpaceId | LinksConnection! | Get links by given space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [LinksOrderBy!] | The method to use when ordering `Link`. | |
publishedChannelsBySpaceId | ChannelsConnection! | Get published channel by space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [ChannelsOrderBy!] | The method to use when ordering `Channel`. | |
condition | ChannelCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ChannelFilter | A filter to be used in determining which values should be returned by the collection. | |
publishedPlaylistsBySpaceId | PlaylistsConnection! | Get published playlists by space. | |
first | Int | Only read the first `n` values of the set. | |
last | Int | Only read the last `n` values of the set. | |
offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
before | Cursor | Read all values in the set before (above) this cursor. | |
after | Cursor | Read all values in the set after (below) this cursor. | |
orderBy | [PlaylistsOrderBy!] | The method to use when ordering `Playlist`. | |
condition | PlaylistCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | PlaylistFilter | A filter to be used in determining which values should be returned by the collection. |