User
User
A user detail in studio.
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 user. | |
orgId | UUID! | The id of the organization that user belong to. | |
userType | UserType | ||
String | The email of the user that returned from Auth0. | ||
status | UserStatus! | The current status of user including active, pending, disabled, archived. | |
givenName | String | The first name of the user. | |
familyName | String | The last name of the user. | |
isOwner | Boolean | The user is an owner of the organization. | |
provider | String | The provider of the user e.g. google. | |
connection | String | The connection of the user e.g. google. (SSO related) | |
metadata | JSON | Meta data storage for misc data e.g. avatar | |
preferences | JSON | The preference which contain settings and onboarding data of the user. | |
receiveUpdates | ReceiveUpdates! | ||
createdAt | Datetime | ||
updatedAt | Datetime | ||
deletedAt | Datetime | ||
createdBy | UUID | ||
updatedBy | UUID | ||
deletedBy | UUID | ||
lastAuthenticatedAt | Datetime | The last authenticated timestamp when authenticate user. | |
orgByOrgId | Org | Reads a single `Org` that is related to this `User`. | |
userByCreatedBy | User | Reads a single `User` that is related to this `User`. | |
userByUpdatedBy | User | Reads a single `User` that is related to this `User`. | |
userByDeletedBy | User | Reads a single `User` that is related to this `User`. | |
orgsByCreatedBy | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
orgsByUpdatedBy | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
orgsByDeletedBy | OrgsConnection! | Reads and enables pagination through a set of `Org`. | |
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 | [OrgsOrderBy!] | The method to use when ordering `Org`. | |
condition | OrgCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgFilter | A filter to be used in determining which values should be returned by the collection. | |
usersByCreatedBy | UsersConnection! | Reads and enables pagination through a set of `User`. | |
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 | [UsersOrderBy!] | The method to use when ordering `User`. | |
condition | UserCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | UserFilter | A filter to be used in determining which values should be returned by the collection. | |
usersByUpdatedBy | UsersConnection! | Reads and enables pagination through a set of `User`. | |
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 | [UsersOrderBy!] | The method to use when ordering `User`. | |
condition | UserCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | UserFilter | A filter to be used in determining which values should be returned by the collection. | |
usersByDeletedBy | UsersConnection! | Reads and enables pagination through a set of `User`. | |
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 | [UsersOrderBy!] | The method to use when ordering `User`. | |
condition | UserCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | UserFilter | A filter to be used in determining which values should be returned by the collection. | |
groupsByCreatedBy | GroupsConnection! | Reads and enables pagination through a set of `Group`. | |
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 | [GroupsOrderBy!] | The method to use when ordering `Group`. | |
condition | GroupCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | GroupFilter | A filter to be used in determining which values should be returned by the collection. | |
groupsByUpdatedBy | GroupsConnection! | Reads and enables pagination through a set of `Group`. | |
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 | [GroupsOrderBy!] | The method to use when ordering `Group`. | |
condition | GroupCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | GroupFilter | A filter to be used in determining which values should be returned by the collection. | |
userGroupsByUserId | UserGroupsConnection! | Reads and enables pagination through a set of `UserGroup`. | |
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 | [UserGroupsOrderBy!] | The method to use when ordering `UserGroup`. | |
condition | UserGroupCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | UserGroupFilter | A filter to be used in determining which values should be returned by the collection. | |
userGroupsByCreatedBy | UserGroupsConnection! | Reads and enables pagination through a set of `UserGroup`. | |
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 | [UserGroupsOrderBy!] | The method to use when ordering `UserGroup`. | |
condition | UserGroupCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | UserGroupFilter | A filter to be used in determining which values should be returned by the collection. | |
spacesByCreatedBy | SpacesConnection! | Reads and enables pagination through a set of `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 | [SpacesOrderBy!] | The method to use when ordering `Space`. | |
condition | SpaceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SpaceFilter | A filter to be used in determining which values should be returned by the collection. | |
spacesByUpdatedBy | SpacesConnection! | Reads and enables pagination through a set of `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 | [SpacesOrderBy!] | The method to use when ordering `Space`. | |
condition | SpaceCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SpaceFilter | A filter to be used in determining which values should be returned by the collection. | |
tokensByUserId | TokensConnection! | Reads and enables pagination through a set of `Token`. | |
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 | [TokensOrderBy!] | The method to use when ordering `Token`. | |
condition | TokenCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TokenFilter | A filter to be used in determining which values should be returned by the collection. | |
tokensByCreatedBy | TokensConnection! | Reads and enables pagination through a set of `Token`. | |
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 | [TokensOrderBy!] | The method to use when ordering `Token`. | |
condition | TokenCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TokenFilter | A filter to be used in determining which values should be returned by the collection. | |
tokensByUpdatedBy | TokensConnection! | Reads and enables pagination through a set of `Token`. | |
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 | [TokensOrderBy!] | The method to use when ordering `Token`. | |
condition | TokenCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | TokenFilter | A filter to be used in determining which values should be returned by the collection. | |
orgConnectionsByCreatedBy | OrgConnectionsConnection! | Reads and enables pagination through a set of `OrgConnection`. | |
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 | [OrgConnectionsOrderBy!] | The method to use when ordering `OrgConnection`. | |
condition | OrgConnectionCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgConnectionFilter | A filter to be used in determining which values should be returned by the collection. | |
orgConnectionsByUpdatedBy | OrgConnectionsConnection! | Reads and enables pagination through a set of `OrgConnection`. | |
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 | [OrgConnectionsOrderBy!] | The method to use when ordering `OrgConnection`. | |
condition | OrgConnectionCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | OrgConnectionFilter | A filter to be used in determining which values should be returned by the collection. | |
systemAccessesByCreatedBy | SystemAccessesConnection! | Reads and enables pagination through a set of `SystemAccess`. | |
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 | [SystemAccessesOrderBy!] | The method to use when ordering `SystemAccess`. | |
condition | SystemAccessCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SystemAccessFilter | A filter to be used in determining which values should be returned by the collection. | |
systemAccessesByUpdatedBy | SystemAccessesConnection! | Reads and enables pagination through a set of `SystemAccess`. | |
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 | [SystemAccessesOrderBy!] | The method to use when ordering `SystemAccess`. | |
condition | SystemAccessCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | SystemAccessFilter | A filter to be used in determining which values should be returned by the collection. | |
credentialsByCreatedBy | CredentialsConnection! | Reads and enables pagination through a set of `Credential`. | |
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`. | |
condition | CredentialCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | CredentialFilter | A filter to be used in determining which values should be returned by the collection. | |
screenGroupsByCreatedBy | 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. | |
screenGroupsByUpdatedBy | 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. | |
castsByCreatedBy | 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. | |
castsByUpdatedBy | 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. | |
screensByCreatedBy | 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. | |
screensByUpdatedBy | 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. | |
playlistsByCreatedBy | 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. | |
playlistsByUpdatedBy | 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. | |
playlistsByPublishedBy | 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. | |
foldersByCreatedBy | FoldersConnection! | Reads and enables pagination through a set of `Folder`. | |
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`. | |
condition | FolderCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FolderFilter | A filter to be used in determining which values should be returned by the collection. | |
foldersByUpdatedBy | FoldersConnection! | Reads and enables pagination through a set of `Folder`. | |
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`. | |
condition | FolderCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FolderFilter | A filter to be used in determining which values should be returned by the collection. | |
filesByCreatedBy | FilesConnection! | Reads and enables pagination through a set of `File`. | |
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`. | |
condition | FileCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileFilter | A filter to be used in determining which values should be returned by the collection. | |
filesByUpdatedBy | FilesConnection! | Reads and enables pagination through a set of `File`. | |
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`. | |
condition | FileCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FileFilter | A filter to be used in determining which values should be returned by the collection. | |
layoutsByCreatedBy | 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. | |
layoutsByUpdatedBy | 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. | |
channelsByCreatedBy | 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. | |
channelsByUpdatedBy | 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. | |
channelsByPublishedBy | 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. | |
themesByCreatedBy | ThemesConnection! | Reads and enables pagination through a set of `Theme`. | |
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 | [ThemesOrderBy!] | The method to use when ordering `Theme`. | |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. | |
themesByUpdatedBy | ThemesConnection! | Reads and enables pagination through a set of `Theme`. | |
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 | [ThemesOrderBy!] | The method to use when ordering `Theme`. | |
condition | ThemeCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | ThemeFilter | A filter to be used in determining which values should be returned by the collection. | |
linksByCreatedBy | LinksConnection! | Reads and enables pagination through a set of `Link`. | |
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`. | |
condition | LinkCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | LinkFilter | A filter to be used in determining which values should be returned by the collection. | |
linksByUpdatedBy | LinksConnection! | Reads and enables pagination through a set of `Link`. | |
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`. | |
condition | LinkCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | LinkFilter | A filter to be used in determining which values should be returned by the collection. | |
appInstallsByCreatedBy | 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. | |
appInstallsByUpdatedBy | 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. | |
appInstancesByCreatedBy | AppInstancesConnection! | Reads and enables pagination through a set of `AppInstance`. | |
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. | |
appInstancesByUpdatedBy | AppInstancesConnection! | Reads and enables pagination through a set of `AppInstance`. | |
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. | |
favoritesByUserId | 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. | |
favoritesByUserIdAndOrgId | 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. | |
shareAssociationsBySharedBy | 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. | |
screenContentHistoriesByCreatedBy | 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. | |
sitesByCreatedBy | 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. | |
sitesByUpdatedBy | 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. | |
fontsByCreatedBy | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
fontsByUpdatedBy | FontsConnection! | Reads and enables pagination through a set of `Font`. | |
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 | [FontsOrderBy!] | The method to use when ordering `Font`. | |
condition | FontCondition | A condition to be used in determining which values should be returned by the collection. | |
filter | FontFilter | A filter to be used in determining which values should be returned by the collection. | |
botPermissionsByUserIds | JSON | Get bot's permissionsByUserIds. | |
favoriteFilesByUserId | FilesConnection! | Get favorite files by user | |
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. | |
favoriteFoldersByUserId | FoldersConnection! | Get favorite folders by user | |
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. | |
favoriteLinksByUserId | LinksConnection! | Get favorite link by user | |
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. | |
favoritePlaylistsByUserId | PlaylistsConnection! | Get favorite playlist by user | |
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. | |
favoriteSitesByUserId | SitesConnection! | Get favorite Site by user | |
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. | |
permissions | [String] | Get user's permissions. | |
permissionsByGroupIds | JSON | Get user's permissionsBySpaceIds. | |
permissionsBySpaceIds | JSON | Get user's permissionsBySpaceIds. |