Studio Service

User

User

A user detail in studio.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the user.
orgIdUUID!The id of the organization that user belong to.
userTypeUserType
emailStringThe email of the user that returned from Auth0.
statusUserStatus!The current status of user including active, pending, disabled, archived.
givenNameStringThe first name of the user.
familyNameStringThe last name of the user.
isOwnerBooleanThe user is an owner of the organization.
providerStringThe provider of the user e.g. google.
connectionStringThe connection of the user e.g. google. (SSO related)
metadataJSONMeta data storage for misc data e.g. avatar
preferencesJSONThe preference which contain settings and onboarding data of the user.
receiveUpdatesReceiveUpdates!
createdAtDatetime
updatedAtDatetime
deletedAtDatetime
createdByUUID
updatedByUUID
deletedByUUID
lastAuthenticatedAtDatetimeThe last authenticated timestamp when authenticate user.
orgByOrgIdOrgReads a single `Org` that is related to this `User`.
userByCreatedByUserReads a single `User` that is related to this `User`.
userByUpdatedByUserReads a single `User` that is related to this `User`.
userByDeletedByUserReads a single `User` that is related to this `User`.
orgsByCreatedByOrgsConnection!Reads and enables pagination through a set of `Org`.
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[OrgsOrderBy!]The method to use when ordering `Org`.
conditionOrgConditionA condition to be used in determining which values should be returned by the collection.
filterOrgFilterA filter to be used in determining which values should be returned by the collection.
orgsByUpdatedByOrgsConnection!Reads and enables pagination through a set of `Org`.
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[OrgsOrderBy!]The method to use when ordering `Org`.
conditionOrgConditionA condition to be used in determining which values should be returned by the collection.
filterOrgFilterA filter to be used in determining which values should be returned by the collection.
orgsByDeletedByOrgsConnection!Reads and enables pagination through a set of `Org`.
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[OrgsOrderBy!]The method to use when ordering `Org`.
conditionOrgConditionA condition to be used in determining which values should be returned by the collection.
filterOrgFilterA filter to be used in determining which values should be returned by the collection.
usersByCreatedByUsersConnection!Reads and enables pagination through a set of `User`.
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[UsersOrderBy!]The method to use when ordering `User`.
conditionUserConditionA condition to be used in determining which values should be returned by the collection.
filterUserFilterA filter to be used in determining which values should be returned by the collection.
usersByUpdatedByUsersConnection!Reads and enables pagination through a set of `User`.
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[UsersOrderBy!]The method to use when ordering `User`.
conditionUserConditionA condition to be used in determining which values should be returned by the collection.
filterUserFilterA filter to be used in determining which values should be returned by the collection.
usersByDeletedByUsersConnection!Reads and enables pagination through a set of `User`.
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[UsersOrderBy!]The method to use when ordering `User`.
conditionUserConditionA condition to be used in determining which values should be returned by the collection.
filterUserFilterA filter to be used in determining which values should be returned by the collection.
groupsByCreatedByGroupsConnection!Reads and enables pagination through a set of `Group`.
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[GroupsOrderBy!]The method to use when ordering `Group`.
conditionGroupConditionA condition to be used in determining which values should be returned by the collection.
filterGroupFilterA filter to be used in determining which values should be returned by the collection.
groupsByUpdatedByGroupsConnection!Reads and enables pagination through a set of `Group`.
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[GroupsOrderBy!]The method to use when ordering `Group`.
conditionGroupConditionA condition to be used in determining which values should be returned by the collection.
filterGroupFilterA filter to be used in determining which values should be returned by the collection.
userGroupsByUserIdUserGroupsConnection!Reads and enables pagination through a set of `UserGroup`.
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[UserGroupsOrderBy!]The method to use when ordering `UserGroup`.
conditionUserGroupConditionA condition to be used in determining which values should be returned by the collection.
filterUserGroupFilterA filter to be used in determining which values should be returned by the collection.
userGroupsByCreatedByUserGroupsConnection!Reads and enables pagination through a set of `UserGroup`.
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[UserGroupsOrderBy!]The method to use when ordering `UserGroup`.
conditionUserGroupConditionA condition to be used in determining which values should be returned by the collection.
filterUserGroupFilterA filter to be used in determining which values should be returned by the collection.
spacesByCreatedBySpacesConnection!Reads and enables pagination through a set of `Space`.
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[SpacesOrderBy!]The method to use when ordering `Space`.
conditionSpaceConditionA condition to be used in determining which values should be returned by the collection.
filterSpaceFilterA filter to be used in determining which values should be returned by the collection.
spacesByUpdatedBySpacesConnection!Reads and enables pagination through a set of `Space`.
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[SpacesOrderBy!]The method to use when ordering `Space`.
conditionSpaceConditionA condition to be used in determining which values should be returned by the collection.
filterSpaceFilterA filter to be used in determining which values should be returned by the collection.
tokensByUserIdTokensConnection!Reads and enables pagination through a set of `Token`.
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[TokensOrderBy!]The method to use when ordering `Token`.
conditionTokenConditionA condition to be used in determining which values should be returned by the collection.
filterTokenFilterA filter to be used in determining which values should be returned by the collection.
tokensByCreatedByTokensConnection!Reads and enables pagination through a set of `Token`.
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[TokensOrderBy!]The method to use when ordering `Token`.
conditionTokenConditionA condition to be used in determining which values should be returned by the collection.
filterTokenFilterA filter to be used in determining which values should be returned by the collection.
tokensByUpdatedByTokensConnection!Reads and enables pagination through a set of `Token`.
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[TokensOrderBy!]The method to use when ordering `Token`.
conditionTokenConditionA condition to be used in determining which values should be returned by the collection.
filterTokenFilterA filter to be used in determining which values should be returned by the collection.
orgConnectionsByCreatedByOrgConnectionsConnection!Reads and enables pagination through a set of `OrgConnection`.
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[OrgConnectionsOrderBy!]The method to use when ordering `OrgConnection`.
conditionOrgConnectionConditionA condition to be used in determining which values should be returned by the collection.
filterOrgConnectionFilterA filter to be used in determining which values should be returned by the collection.
orgConnectionsByUpdatedByOrgConnectionsConnection!Reads and enables pagination through a set of `OrgConnection`.
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[OrgConnectionsOrderBy!]The method to use when ordering `OrgConnection`.
conditionOrgConnectionConditionA condition to be used in determining which values should be returned by the collection.
filterOrgConnectionFilterA filter to be used in determining which values should be returned by the collection.
systemAccessesByCreatedBySystemAccessesConnection!Reads and enables pagination through a set of `SystemAccess`.
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[SystemAccessesOrderBy!]The method to use when ordering `SystemAccess`.
conditionSystemAccessConditionA condition to be used in determining which values should be returned by the collection.
filterSystemAccessFilterA filter to be used in determining which values should be returned by the collection.
systemAccessesByUpdatedBySystemAccessesConnection!Reads and enables pagination through a set of `SystemAccess`.
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[SystemAccessesOrderBy!]The method to use when ordering `SystemAccess`.
conditionSystemAccessConditionA condition to be used in determining which values should be returned by the collection.
filterSystemAccessFilterA filter to be used in determining which values should be returned by the collection.
credentialsByCreatedByCredentialsConnection!Reads and enables pagination through a set of `Credential`.
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[CredentialsOrderBy!]The method to use when ordering `Credential`.
conditionCredentialConditionA condition to be used in determining which values should be returned by the collection.
filterCredentialFilterA filter to be used in determining which values should be returned by the collection.
screenGroupsByCreatedByScreenGroupsConnection!Reads and enables pagination through a set of `ScreenGroup`.
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[ScreenGroupsOrderBy!]The method to use when ordering `ScreenGroup`.
conditionScreenGroupConditionA condition to be used in determining which values should be returned by the collection.
filterScreenGroupFilterA filter to be used in determining which values should be returned by the collection.
screenGroupsByUpdatedByScreenGroupsConnection!Reads and enables pagination through a set of `ScreenGroup`.
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[ScreenGroupsOrderBy!]The method to use when ordering `ScreenGroup`.
conditionScreenGroupConditionA condition to be used in determining which values should be returned by the collection.
filterScreenGroupFilterA filter to be used in determining which values should be returned by the collection.
castsByCreatedByCastsConnection!Reads and enables pagination through a set of `Cast`.
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[CastsOrderBy!]The method to use when ordering `Cast`.
conditionCastConditionA condition to be used in determining which values should be returned by the collection.
filterCastFilterA filter to be used in determining which values should be returned by the collection.
castsByUpdatedByCastsConnection!Reads and enables pagination through a set of `Cast`.
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[CastsOrderBy!]The method to use when ordering `Cast`.
conditionCastConditionA condition to be used in determining which values should be returned by the collection.
filterCastFilterA filter to be used in determining which values should be returned by the collection.
screensByCreatedByScreensConnection!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.
screensByUpdatedByScreensConnection!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.
playlistsByCreatedByPlaylistsConnection!Reads and enables pagination through a set of `Playlist`.
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[PlaylistsOrderBy!]The method to use when ordering `Playlist`.
conditionPlaylistConditionA condition to be used in determining which values should be returned by the collection.
filterPlaylistFilterA filter to be used in determining which values should be returned by the collection.
playlistsByUpdatedByPlaylistsConnection!Reads and enables pagination through a set of `Playlist`.
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[PlaylistsOrderBy!]The method to use when ordering `Playlist`.
conditionPlaylistConditionA condition to be used in determining which values should be returned by the collection.
filterPlaylistFilterA filter to be used in determining which values should be returned by the collection.
playlistsByPublishedByPlaylistsConnection!Reads and enables pagination through a set of `Playlist`.
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[PlaylistsOrderBy!]The method to use when ordering `Playlist`.
conditionPlaylistConditionA condition to be used in determining which values should be returned by the collection.
filterPlaylistFilterA filter to be used in determining which values should be returned by the collection.
foldersByCreatedByFoldersConnection!Reads and enables pagination through a set of `Folder`.
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[FoldersOrderBy!]The method to use when ordering `Folder`.
conditionFolderConditionA condition to be used in determining which values should be returned by the collection.
filterFolderFilterA filter to be used in determining which values should be returned by the collection.
foldersByUpdatedByFoldersConnection!Reads and enables pagination through a set of `Folder`.
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[FoldersOrderBy!]The method to use when ordering `Folder`.
conditionFolderConditionA condition to be used in determining which values should be returned by the collection.
filterFolderFilterA filter to be used in determining which values should be returned by the collection.
filesByCreatedByFilesConnection!Reads and enables pagination through a set of `File`.
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[FilesOrderBy!]The method to use when ordering `File`.
conditionFileConditionA condition to be used in determining which values should be returned by the collection.
filterFileFilterA filter to be used in determining which values should be returned by the collection.
filesByUpdatedByFilesConnection!Reads and enables pagination through a set of `File`.
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[FilesOrderBy!]The method to use when ordering `File`.
conditionFileConditionA condition to be used in determining which values should be returned by the collection.
filterFileFilterA filter to be used in determining which values should be returned by the collection.
layoutsByCreatedByLayoutsConnection!Reads and enables pagination through a set of `Layout`.
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[LayoutsOrderBy!]The method to use when ordering `Layout`.
conditionLayoutConditionA condition to be used in determining which values should be returned by the collection.
filterLayoutFilterA filter to be used in determining which values should be returned by the collection.
layoutsByUpdatedByLayoutsConnection!Reads and enables pagination through a set of `Layout`.
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[LayoutsOrderBy!]The method to use when ordering `Layout`.
conditionLayoutConditionA condition to be used in determining which values should be returned by the collection.
filterLayoutFilterA filter to be used in determining which values should be returned by the collection.
channelsByCreatedByChannelsConnection!Reads and enables pagination through a set of `Channel`.
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[ChannelsOrderBy!]The method to use when ordering `Channel`.
conditionChannelConditionA condition to be used in determining which values should be returned by the collection.
filterChannelFilterA filter to be used in determining which values should be returned by the collection.
channelsByUpdatedByChannelsConnection!Reads and enables pagination through a set of `Channel`.
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[ChannelsOrderBy!]The method to use when ordering `Channel`.
conditionChannelConditionA condition to be used in determining which values should be returned by the collection.
filterChannelFilterA filter to be used in determining which values should be returned by the collection.
channelsByPublishedByChannelsConnection!Reads and enables pagination through a set of `Channel`.
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[ChannelsOrderBy!]The method to use when ordering `Channel`.
conditionChannelConditionA condition to be used in determining which values should be returned by the collection.
filterChannelFilterA filter to be used in determining which values should be returned by the collection.
themesByCreatedByThemesConnection!Reads and enables pagination through a set of `Theme`.
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[ThemesOrderBy!]The method to use when ordering `Theme`.
conditionThemeConditionA condition to be used in determining which values should be returned by the collection.
filterThemeFilterA filter to be used in determining which values should be returned by the collection.
themesByUpdatedByThemesConnection!Reads and enables pagination through a set of `Theme`.
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[ThemesOrderBy!]The method to use when ordering `Theme`.
conditionThemeConditionA condition to be used in determining which values should be returned by the collection.
filterThemeFilterA filter to be used in determining which values should be returned by the collection.
linksByCreatedByLinksConnection!Reads and enables pagination through a set of `Link`.
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[LinksOrderBy!]The method to use when ordering `Link`.
conditionLinkConditionA condition to be used in determining which values should be returned by the collection.
filterLinkFilterA filter to be used in determining which values should be returned by the collection.
linksByUpdatedByLinksConnection!Reads and enables pagination through a set of `Link`.
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[LinksOrderBy!]The method to use when ordering `Link`.
conditionLinkConditionA condition to be used in determining which values should be returned by the collection.
filterLinkFilterA filter to be used in determining which values should be returned by the collection.
appInstallsByCreatedByAppInstallsConnection!Reads and enables pagination through a set of `AppInstall`.
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[AppInstallsOrderBy!]The method to use when ordering `AppInstall`.
conditionAppInstallConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstallFilterA filter to be used in determining which values should be returned by the collection.
appInstallsByUpdatedByAppInstallsConnection!Reads and enables pagination through a set of `AppInstall`.
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[AppInstallsOrderBy!]The method to use when ordering `AppInstall`.
conditionAppInstallConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstallFilterA filter to be used in determining which values should be returned by the collection.
appInstancesByCreatedByAppInstancesConnection!Reads and enables pagination through a set of `AppInstance`.
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[AppInstancesOrderBy!]The method to use when ordering `AppInstance`.
conditionAppInstanceConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstanceFilterA filter to be used in determining which values should be returned by the collection.
appInstancesByUpdatedByAppInstancesConnection!Reads and enables pagination through a set of `AppInstance`.
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[AppInstancesOrderBy!]The method to use when ordering `AppInstance`.
conditionAppInstanceConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstanceFilterA filter to be used in determining which values should be returned by the collection.
favoritesByUserIdFavoritesConnection!Reads and enables pagination through a set of `Favorite`.
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[FavoritesOrderBy!]The method to use when ordering `Favorite`.
conditionFavoriteConditionA condition to be used in determining which values should be returned by the collection.
filterFavoriteFilterA filter to be used in determining which values should be returned by the collection.
favoritesByUserIdAndOrgIdFavoritesConnection!Reads and enables pagination through a set of `Favorite`.
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[FavoritesOrderBy!]The method to use when ordering `Favorite`.
conditionFavoriteConditionA condition to be used in determining which values should be returned by the collection.
filterFavoriteFilterA filter to be used in determining which values should be returned by the collection.
shareAssociationsBySharedByShareAssociationsConnection!Reads and enables pagination through a set of `ShareAssociation`.
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[ShareAssociationsOrderBy!]The method to use when ordering `ShareAssociation`.
conditionShareAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterShareAssociationFilterA filter to be used in determining which values should be returned by the collection.
screenContentHistoriesByCreatedByScreenContentHistoriesConnection!Reads and enables pagination through a set of `ScreenContentHistory`.
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[ScreenContentHistoriesOrderBy!]The method to use when ordering `ScreenContentHistory`.
conditionScreenContentHistoryConditionA condition to be used in determining which values should be returned by the collection.
filterScreenContentHistoryFilterA filter to be used in determining which values should be returned by the collection.
sitesByCreatedBySitesConnection!Reads and enables pagination through a set of `Site`.
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[SitesOrderBy!]The method to use when ordering `Site`.
conditionSiteConditionA condition to be used in determining which values should be returned by the collection.
filterSiteFilterA filter to be used in determining which values should be returned by the collection.
sitesByUpdatedBySitesConnection!Reads and enables pagination through a set of `Site`.
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[SitesOrderBy!]The method to use when ordering `Site`.
conditionSiteConditionA condition to be used in determining which values should be returned by the collection.
filterSiteFilterA filter to be used in determining which values should be returned by the collection.
fontsByCreatedByFontsConnection!Reads and enables pagination through a set of `Font`.
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[FontsOrderBy!]The method to use when ordering `Font`.
conditionFontConditionA condition to be used in determining which values should be returned by the collection.
filterFontFilterA filter to be used in determining which values should be returned by the collection.
fontsByUpdatedByFontsConnection!Reads and enables pagination through a set of `Font`.
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[FontsOrderBy!]The method to use when ordering `Font`.
conditionFontConditionA condition to be used in determining which values should be returned by the collection.
filterFontFilterA filter to be used in determining which values should be returned by the collection.
botPermissionsByUserIdsJSONGet bot's permissionsByUserIds.
favoriteFilesByUserIdFilesConnection!Get favorite files by user
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.
favoriteFoldersByUserIdFoldersConnection!Get favorite folders by user
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.
favoriteLinksByUserIdLinksConnection!Get favorite link by user
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.
favoritePlaylistsByUserIdPlaylistsConnection!Get favorite playlist by user
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.
favoriteSitesByUserIdSitesConnection!Get favorite Site by user
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.
permissions[String]Get user's permissions.
permissionsByGroupIdsJSONGet user's permissionsBySpaceIds.
permissionsBySpaceIdsJSONGet user's permissionsBySpaceIds.