Org
Org
A organization 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 org. (auto gen) | |
| name | String! | The organization name (max 160 characters). | |
| slug | String | The organization URL slug. | |
| status | OrgStatus! | ||
| brandForegroundColor | String! | ||
| brandBackgroundColor | String! | The organization branding background color. | |
| defaultUserPermissions | [String] | The default user permissions for all users of the org. | |
| featureFlagsCache | [String] | The cached feature flags with value equal true. | |
| preferences | JSON | The preference which contain settings and onboarding data of the organization. | |
| env | JSON! | The key value pairs data for organization. | |
| createdAt | Datetime | ||
| updatedAt | Datetime | ||
| deletedAt | Datetime | ||
| createdBy | UUID | ||
| updatedBy | UUID | ||
| deletedBy | UUID | ||
| blankChannelId | UUID | The blank channel for using as the starting channel. | |
| brandChannelId | UUID | The brand channel contain branding data for using as a starting channel. | |
| startChannelId | UUID | The organization default start channel after pairing a screen. | |
| brandLogoId | UUID | The branding logo file. | |
| brandBackgroundId | UUID | The background for branding. | |
| defaultChannelThemeId | UUID | The default theme for all channels in the organization that haven not specify any theme. | |
| splashChannelThemeId | UUID | The theme that used as the splash screen for the organization. | |
| billingCustomerId | String | Chargebee customer_id (joins studio.billing.id) | |
| isDraft | Boolean! | The organization with draft state is not allowed to perform certain actions | |
| billingDistributorId | String | ||
| billingResellerId | String | ||
| billingExpiresAt | Date | Billing expiration end of the month date from org-wide subscription using last calendar day of expiration month/year specified on credit card | |
| billingFeatureFlagsCache | [JSON] | The cached feature flags from billing side with value equal true. | |
| userByCreatedBy | User | Reads a single `User` that is related to this `Org`. | |
| userByUpdatedBy | User | Reads a single `User` that is related to this `Org`. | |
| userByDeletedBy | User | Reads a single `User` that is related to this `Org`. | |
| channelByBlankChannelId | Channel | Reads a single `Channel` that is related to this `Org`. | |
| channelByBrandChannelId | Channel | Reads a single `Channel` that is related to this `Org`. | |
| channelByStartChannelId | Channel | Reads a single `Channel` that is related to this `Org`. | |
| fileByBrandLogoId | File | Reads a single `File` that is related to this `Org`. | |
| fileByBrandBackgroundId | File | Reads a single `File` that is related to this `Org`. | |
| themeByDefaultChannelThemeId | Theme | Reads a single `Theme` that is related to this `Org`. | |
| themeBySplashChannelThemeId | Theme | Reads a single `Theme` that is related to this `Org`. | |
| billingCustomerByBillingCustomerId | BillingCustomer | Reads a single `BillingCustomer` that is related to this `Org`. | |
| billingDistributorByBillingDistributorId | BillingDistributor | Reads a single `BillingDistributor` that is related to this `Org`. | |
| billingResellerByBillingResellerId | BillingReseller | Reads a single `BillingReseller` that is related to this `Org`. | |
| screensByOrgId | 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. | |
| tokensByOrgId | 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. | |
| usersByOrgId | 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. | |
| systemAccessesByOrgId | 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. | |
| billingAddressesByOrgId | BillingAddressesConnection! | Reads and enables pagination through a set of `BillingAddress`. | |
| 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 | [BillingAddressesOrderBy!] | The method to use when ordering `BillingAddress`. | |
| condition | BillingAddressCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingAddressFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingCustomersByOrgId | BillingCustomersConnection! | Reads and enables pagination through a set of `BillingCustomer`. | |
| 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 | [BillingCustomersOrderBy!] | The method to use when ordering `BillingCustomer`. | |
| condition | BillingCustomerCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingCustomerFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingPaymentSourcesByOrgId | BillingPaymentSourcesConnection! | Reads and enables pagination through a set of `BillingPaymentSource`. | |
| 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 | [BillingPaymentSourcesOrderBy!] | The method to use when ordering `BillingPaymentSource`. | |
| condition | BillingPaymentSourceCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingPaymentSourceFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingRenewalFuturesByOrgId | BillingRenewalFuturesConnection! | Reads and enables pagination through a set of `BillingRenewalFuture`. | |
| 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 | [BillingRenewalFuturesOrderBy!] | The method to use when ordering `BillingRenewalFuture`. | |
| condition | BillingRenewalFutureCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingRenewalFutureFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingRenewalsByOrgId | BillingRenewalsConnection! | Reads and enables pagination through a set of `BillingRenewal`. | |
| 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 | [BillingRenewalsOrderBy!] | The method to use when ordering `BillingRenewal`. | |
| condition | BillingRenewalCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingRenewalFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingSubscriptionFuturesByOrgId | BillingSubscriptionFuturesConnection! | Reads and enables pagination through a set of `BillingSubscriptionFuture`. | |
| 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 | [BillingSubscriptionFuturesOrderBy!] | The method to use when ordering `BillingSubscriptionFuture`. | |
| condition | BillingSubscriptionFutureCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingSubscriptionFutureFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingSubscriptionsByOrgId | BillingSubscriptionsConnection! | Reads and enables pagination through a set of `BillingSubscription`. | |
| 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 | [BillingSubscriptionsOrderBy!] | The method to use when ordering `BillingSubscription`. | |
| condition | BillingSubscriptionCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingSubscriptionFilter | A filter to be used in determining which values should be returned by the collection. | |
| spacesByOrgId | 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. | |
| billingCouponSubscriptionsByOrgId | BillingCouponSubscriptionsConnection! | Reads and enables pagination through a set of `BillingCouponSubscription`. | |
| 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 | [BillingCouponSubscriptionsOrderBy!] | The method to use when ordering `BillingCouponSubscription`. | |
| condition | BillingCouponSubscriptionCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingCouponSubscriptionFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingCouponSubscriptionFuturesByOrgId | BillingCouponSubscriptionFuturesConnection! | Reads and enables pagination through a set of `BillingCouponSubscriptionFuture`. | |
| 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 | [BillingCouponSubscriptionFuturesOrderBy!] | The method to use when ordering `BillingCouponSubscriptionFuture`. | |
| condition | BillingCouponSubscriptionFutureCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingCouponSubscriptionFutureFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingHierarchiesByOrgId | BillingHierarchiesConnection! | Reads and enables pagination through a set of `BillingHierarchy`. | |
| 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 | [BillingHierarchiesOrderBy!] | The method to use when ordering `BillingHierarchy`. | |
| condition | BillingHierarchyCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingHierarchyFilter | A filter to be used in determining which values should be returned by the collection. | |
| appInstallsByOrgId | 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. | |
| appInstancesByOrgId | 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. | |
| channelsByOrgId | 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. | |
| filesByOrgId | 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. | |
| foldersByOrgId | 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. | |
| fontsByOrgId | 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. | |
| groupsByOrgId | 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. | |
| groupSpacesByOrgId | GroupSpacesConnection! | Reads and enables pagination through a set of `GroupSpace`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [GroupSpacesOrderBy!] | The method to use when ordering `GroupSpace`. | |
| condition | GroupSpaceCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | GroupSpaceFilter | A filter to be used in determining which values should be returned by the collection. | |
| layoutsByOrgId | 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. | |
| linksByOrgId | 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. | |
| permissionSetsByOrgId | PermissionSetsConnection! | Reads and enables pagination through a set of `PermissionSet`. | |
| 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 | [PermissionSetsOrderBy!] | The method to use when ordering `PermissionSet`. | |
| condition | PermissionSetCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | PermissionSetFilter | A filter to be used in determining which values should be returned by the collection. | |
| playlistsByOrgId | 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. | |
| screenGroupsByOrgId | 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. | |
| themesByOrgId | 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. | |
| userGroupsByOrgId | 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. | |
| favoritesByOrgId | 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. | |
| castsByOrgId | 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. | |
| sitesByOrgId | 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. | |
| screenContentHistoriesByOrgId | 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. | |
| commonAppInstanceTemplatesBySourceOrgId | CommonAppInstanceTemplatesConnection! | Reads and enables pagination through a set of `CommonAppInstanceTemplate`. | |
| 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 | [CommonAppInstanceTemplatesOrderBy!] | The method to use when ordering `CommonAppInstanceTemplate`. | |
| condition | CommonAppInstanceTemplateCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | CommonAppInstanceTemplateFilter | A filter to be used in determining which values should be returned by the collection. | |
| credentialsByOrgId | 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. | |
| notificationRulesByOrgId | NotificationRulesConnection! | Reads and enables pagination through a set of `NotificationRule`. | |
| 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 | [NotificationRulesOrderBy!] | The method to use when ordering `NotificationRule`. | |
| condition | NotificationRuleCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | NotificationRuleFilter | A filter to be used in determining which values should be returned by the collection. | |
| whiteLabelsByOrgId | WhiteLabelsConnection! | Reads and enables pagination through a set of `WhiteLabel`. | |
| 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 | [WhiteLabelsOrderBy!] | The method to use when ordering `WhiteLabel`. | |
| condition | WhiteLabelCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | WhiteLabelFilter | A filter to be used in determining which values should be returned by the collection. | |
| orgConnectionByOrgId | OrgConnection | Reads a single `OrgConnection` that is related to this `Org`. | |
| fileProcessingJobsByOrgId | FileProcessingJobsConnection! | Reads and enables pagination through a set of `FileProcessingJob`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [FileProcessingJobsOrderBy!] | The method to use when ordering `FileProcessingJob`. | |
| condition | FileProcessingJobCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | FileProcessingJobFilter | A filter to be used in determining which values should be returned by the collection. | |
| notificationSubscriptionsByOrgId | NotificationSubscriptionsConnection! | Reads and enables pagination through a set of `NotificationSubscription`. | |
| 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 | [NotificationSubscriptionsOrderBy!] | The method to use when ordering `NotificationSubscription`. | |
| condition | NotificationSubscriptionCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | NotificationSubscriptionFilter | A filter to be used in determining which values should be returned by the collection. | |
| recycleBinsByOrgId | RecycleBinsConnection! | Reads and enables pagination through a set of `RecycleBin`. | |
| 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 | [RecycleBinsOrderBy!] | The method to use when ordering `RecycleBin`. | |
| condition | RecycleBinCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | RecycleBinFilter | A filter to be used in determining which values should be returned by the collection. | |
| featureFlagOrgsByOrgId | FeatureFlagOrgsConnection! | Reads and enables pagination through a set of `FeatureFlagOrg`. | |
| 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 | [FeatureFlagOrgsOrderBy!] | The method to use when ordering `FeatureFlagOrg`. | |
| condition | FeatureFlagOrgCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | FeatureFlagOrgFilter | A filter to be used in determining which values should be returned by the collection. | |
| tagsByOrgId | TagsConnection! | Reads and enables pagination through a set of `Tag`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [TagsOrderBy!] | The method to use when ordering `Tag`. | |
| condition | TagCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | TagFilter | A filter to be used in determining which values should be returned by the collection. | |
| associationsByOrgId | AssociationsConnection! | Reads and enables pagination through a set of `Association`. | |
| 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 | [AssociationsOrderBy!] | The method to use when ordering `Association`. | |
| condition | AssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | AssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingAddonSubscriptionsByOrgId | BillingAddonSubscriptionsConnection! | Reads and enables pagination through a set of `BillingAddonSubscription`. | |
| 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 | [BillingAddonSubscriptionsOrderBy!] | The method to use when ordering `BillingAddonSubscription`. | |
| condition | BillingAddonSubscriptionCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingAddonSubscriptionFilter | A filter to be used in determining which values should be returned by the collection. | |
| billingAddonSubscriptionFuturesByOrgId | BillingAddonSubscriptionFuturesConnection! | Reads and enables pagination through a set of `BillingAddonSubscriptionFuture`. | |
| 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 | [BillingAddonSubscriptionFuturesOrderBy!] | The method to use when ordering `BillingAddonSubscriptionFuture`. | |
| condition | BillingAddonSubscriptionFutureCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | BillingAddonSubscriptionFutureFilter | A filter to be used in determining which values should be returned by the collection. | |
| embedsByOrgId | EmbedsConnection! | Reads and enables pagination through a set of `Embed`. | |
| 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 | [EmbedsOrderBy!] | The method to use when ordering `Embed`. | |
| condition | EmbedCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | EmbedFilter | A filter to be used in determining which values should be returned by the collection. | |
| fileOutputsByOrgId | FileOutputsConnection! | Reads and enables pagination through a set of `FileOutput`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [FileOutputsOrderBy!] | The method to use when ordering `FileOutput`. | |
| condition | FileOutputCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | FileOutputFilter | A filter to be used in determining which values should be returned by the collection. | |
| shareAssociationsByOrgId | 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. | |
| tagAssociationsByOrgId | TagAssociationsConnection! | Reads and enables pagination through a set of `TagAssociation`. | |
| first | Int | Only read the first `n` values of the set. | |
| last | Int | Only read the last `n` values of the set. | |
| offset | Int | Skip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`. | |
| before | Cursor | Read all values in the set before (above) this cursor. | |
| after | Cursor | Read all values in the set after (below) this cursor. | |
| orderBy | [TagAssociationsOrderBy!] | The method to use when ordering `TagAssociation`. | |
| condition | TagAssociationCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | TagAssociationFilter | A filter to be used in determining which values should be returned by the collection. | |
| userActionLogsByOrgId | UserActionLogsConnection! | Reads and enables pagination through a set of `UserActionLog`. | |
| 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 | [UserActionLogsOrderBy!] | The method to use when ordering `UserActionLog`. | |
| condition | UserActionLogCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | UserActionLogFilter | A filter to be used in determining which values should be returned by the collection. | |
| contentReplacementJobsByOrgId | ContentReplacementJobsConnection! | Reads and enables pagination through a set of `ContentReplacementJob`. | |
| 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 | [ContentReplacementJobsOrderBy!] | The method to use when ordering `ContentReplacementJob`. | |
| condition | ContentReplacementJobCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ContentReplacementJobFilter | A filter to be used in determining which values should be returned by the collection. | |
| screenNotesByOrgId | ScreenNotesConnection! | Reads and enables pagination through a set of `ScreenNote`. | |
| 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 | [ScreenNotesOrderBy!] | The method to use when ordering `ScreenNote`. | |
| condition | ScreenNoteCondition | A condition to be used in determining which values should be returned by the collection. | |
| filter | ScreenNoteFilter | A filter to be used in determining which values should be returned by the collection. | |