Studio Service

Org

Org

A organization in Studio.

FieldArgumentTypeDescription
nodeIdID!A globally unique identifier. Can be used in various places throughout the system to identify this single value.
idUUID!The primary unique identifier for the org. (auto gen)
nameString!The organization name (max 160 characters).
slugStringThe organization URL slug.
statusOrgStatus!
brandForegroundColorString!
brandBackgroundColorString!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.
preferencesJSONThe preference which contain settings and onboarding data of the organization.
envJSON!The key value pairs data for organization.
createdAtDatetime
updatedAtDatetime
deletedAtDatetime
createdByUUID
updatedByUUID
deletedByUUID
blankChannelIdUUIDThe blank channel for using as the starting channel.
brandChannelIdUUIDThe brand channel contain branding data for using as a starting channel.
startChannelIdUUIDThe organization default start channel after pairing a screen.
brandLogoIdUUIDThe branding logo file.
brandBackgroundIdUUIDThe background for branding.
defaultChannelThemeIdUUIDThe default theme for all channels in the organization that haven not specify any theme.
splashChannelThemeIdUUIDThe theme that used as the splash screen for the organization.
billingCustomerIdStringChargebee customer_id (joins studio.billing.id)
isDraftBoolean!The organization with draft state is not allowed to perform certain actions
billingDistributorIdString
billingResellerIdString
billingExpiresAtDateBilling expiration end of the month date from org-wide subscription using last calendar day of expiration month/year specified on credit card
userByCreatedByUserReads a single `User` that is related to this `Org`.
userByUpdatedByUserReads a single `User` that is related to this `Org`.
userByDeletedByUserReads a single `User` that is related to this `Org`.
channelByBlankChannelIdChannelReads a single `Channel` that is related to this `Org`.
channelByBrandChannelIdChannelReads a single `Channel` that is related to this `Org`.
channelByStartChannelIdChannelReads a single `Channel` that is related to this `Org`.
fileByBrandLogoIdFileReads a single `File` that is related to this `Org`.
fileByBrandBackgroundIdFileReads a single `File` that is related to this `Org`.
themeByDefaultChannelThemeIdThemeReads a single `Theme` that is related to this `Org`.
themeBySplashChannelThemeIdThemeReads a single `Theme` that is related to this `Org`.
billingCustomerByBillingCustomerIdBillingCustomerReads a single `BillingCustomer` that is related to this `Org`.
billingDistributorByBillingDistributorIdBillingDistributorReads a single `BillingDistributor` that is related to this `Org`.
billingResellerByBillingResellerIdBillingResellerReads a single `BillingReseller` that is related to this `Org`.
permissionSetsByOrgIdPermissionSetsConnection!Reads and enables pagination through a set of `PermissionSet`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[PermissionSetsOrderBy!]The method to use when ordering `PermissionSet`.
conditionPermissionSetConditionA condition to be used in determining which values should be returned by the collection.
filterPermissionSetFilterA filter to be used in determining which values should be returned by the collection.
usersByOrgIdUsersConnection!Reads and enables pagination through a set of `User`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[UsersOrderBy!]The method to use when ordering `User`.
conditionUserConditionA condition to be used in determining which values should be returned by the collection.
filterUserFilterA filter to be used in determining which values should be returned by the collection.
groupsByOrgIdGroupsConnection!Reads and enables pagination through a set of `Group`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[GroupsOrderBy!]The method to use when ordering `Group`.
conditionGroupConditionA condition to be used in determining which values should be returned by the collection.
filterGroupFilterA filter to be used in determining which values should be returned by the collection.
userGroupsByOrgIdUserGroupsConnection!Reads and enables pagination through a set of `UserGroup`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[UserGroupsOrderBy!]The method to use when ordering `UserGroup`.
conditionUserGroupConditionA condition to be used in determining which values should be returned by the collection.
filterUserGroupFilterA filter to be used in determining which values should be returned by the collection.
spacesByOrgIdSpacesConnection!Reads and enables pagination through a set of `Space`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[SpacesOrderBy!]The method to use when ordering `Space`.
conditionSpaceConditionA condition to be used in determining which values should be returned by the collection.
filterSpaceFilterA filter to be used in determining which values should be returned by the collection.
groupSpacesByOrgIdGroupSpacesConnection!Reads and enables pagination through a set of `GroupSpace`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[GroupSpacesOrderBy!]The method to use when ordering `GroupSpace`.
conditionGroupSpaceConditionA condition to be used in determining which values should be returned by the collection.
filterGroupSpaceFilterA filter to be used in determining which values should be returned by the collection.
tokensByOrgIdTokensConnection!Reads and enables pagination through a set of `Token`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[TokensOrderBy!]The method to use when ordering `Token`.
conditionTokenConditionA condition to be used in determining which values should be returned by the collection.
filterTokenFilterA filter to be used in determining which values should be returned by the collection.
orgConnectionByOrgIdOrgConnectionReads a single `OrgConnection` that is related to this `Org`.
systemAccessesByOrgIdSystemAccessesConnection!Reads and enables pagination through a set of `SystemAccess`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[SystemAccessesOrderBy!]The method to use when ordering `SystemAccess`.
conditionSystemAccessConditionA condition to be used in determining which values should be returned by the collection.
filterSystemAccessFilterA filter to be used in determining which values should be returned by the collection.
credentialsByOrgIdCredentialsConnection!Reads and enables pagination through a set of `Credential`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[CredentialsOrderBy!]The method to use when ordering `Credential`.
conditionCredentialConditionA condition to be used in determining which values should be returned by the collection.
filterCredentialFilterA filter to be used in determining which values should be returned by the collection.
screenGroupsByOrgIdScreenGroupsConnection!Reads and enables pagination through a set of `ScreenGroup`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ScreenGroupsOrderBy!]The method to use when ordering `ScreenGroup`.
conditionScreenGroupConditionA condition to be used in determining which values should be returned by the collection.
filterScreenGroupFilterA filter to be used in determining which values should be returned by the collection.
castsByOrgIdCastsConnection!Reads and enables pagination through a set of `Cast`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[CastsOrderBy!]The method to use when ordering `Cast`.
conditionCastConditionA condition to be used in determining which values should be returned by the collection.
filterCastFilterA filter to be used in determining which values should be returned by the collection.
screensByOrgIdScreensConnection!Reads and enables pagination through a set of `Screen`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ScreensOrderBy!]The method to use when ordering `Screen`.
conditionScreenConditionA condition to be used in determining which values should be returned by the collection.
filterScreenFilterA filter to be used in determining which values should be returned by the collection.
playlistsByOrgIdPlaylistsConnection!Reads and enables pagination through a set of `Playlist`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[PlaylistsOrderBy!]The method to use when ordering `Playlist`.
conditionPlaylistConditionA condition to be used in determining which values should be returned by the collection.
filterPlaylistFilterA filter to be used in determining which values should be returned by the collection.
foldersByOrgIdFoldersConnection!Reads and enables pagination through a set of `Folder`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FoldersOrderBy!]The method to use when ordering `Folder`.
conditionFolderConditionA condition to be used in determining which values should be returned by the collection.
filterFolderFilterA filter to be used in determining which values should be returned by the collection.
filesByOrgIdFilesConnection!Reads and enables pagination through a set of `File`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FilesOrderBy!]The method to use when ordering `File`.
conditionFileConditionA condition to be used in determining which values should be returned by the collection.
filterFileFilterA filter to be used in determining which values should be returned by the collection.
layoutsByOrgIdLayoutsConnection!Reads and enables pagination through a set of `Layout`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[LayoutsOrderBy!]The method to use when ordering `Layout`.
conditionLayoutConditionA condition to be used in determining which values should be returned by the collection.
filterLayoutFilterA filter to be used in determining which values should be returned by the collection.
channelsByOrgIdChannelsConnection!Reads and enables pagination through a set of `Channel`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ChannelsOrderBy!]The method to use when ordering `Channel`.
conditionChannelConditionA condition to be used in determining which values should be returned by the collection.
filterChannelFilterA filter to be used in determining which values should be returned by the collection.
themesByOrgIdThemesConnection!Reads and enables pagination through a set of `Theme`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ThemesOrderBy!]The method to use when ordering `Theme`.
conditionThemeConditionA condition to be used in determining which values should be returned by the collection.
filterThemeFilterA filter to be used in determining which values should be returned by the collection.
linksByOrgIdLinksConnection!Reads and enables pagination through a set of `Link`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[LinksOrderBy!]The method to use when ordering `Link`.
conditionLinkConditionA condition to be used in determining which values should be returned by the collection.
filterLinkFilterA filter to be used in determining which values should be returned by the collection.
appInstallsByOrgIdAppInstallsConnection!Reads and enables pagination through a set of `AppInstall`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AppInstallsOrderBy!]The method to use when ordering `AppInstall`.
conditionAppInstallConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstallFilterA filter to be used in determining which values should be returned by the collection.
appInstancesByOrgIdAppInstancesConnection!Reads and enables pagination through a set of `AppInstance`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AppInstancesOrderBy!]The method to use when ordering `AppInstance`.
conditionAppInstanceConditionA condition to be used in determining which values should be returned by the collection.
filterAppInstanceFilterA filter to be used in determining which values should be returned by the collection.
associationsByOrgIdAssociationsConnection!Reads and enables pagination through a set of `Association`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[AssociationsOrderBy!]The method to use when ordering `Association`.
conditionAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterAssociationFilterA filter to be used in determining which values should be returned by the collection.
favoritesByOrgIdFavoritesConnection!Reads and enables pagination through a set of `Favorite`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FavoritesOrderBy!]The method to use when ordering `Favorite`.
conditionFavoriteConditionA condition to be used in determining which values should be returned by the collection.
filterFavoriteFilterA filter to be used in determining which values should be returned by the collection.
fileProcessingJobsByOrgIdFileProcessingJobsConnection!Reads and enables pagination through a set of `FileProcessingJob`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FileProcessingJobsOrderBy!]The method to use when ordering `FileProcessingJob`.
conditionFileProcessingJobConditionA condition to be used in determining which values should be returned by the collection.
filterFileProcessingJobFilterA filter to be used in determining which values should be returned by the collection.
fileOutputsByOrgIdFileOutputsConnection!Reads and enables pagination through a set of `FileOutput`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FileOutputsOrderBy!]The method to use when ordering `FileOutput`.
conditionFileOutputConditionA condition to be used in determining which values should be returned by the collection.
filterFileOutputFilterA filter to be used in determining which values should be returned by the collection.
tagsByOrgIdTagsConnection!Reads and enables pagination through a set of `Tag`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[TagsOrderBy!]The method to use when ordering `Tag`.
conditionTagConditionA condition to be used in determining which values should be returned by the collection.
filterTagFilterA filter to be used in determining which values should be returned by the collection.
tagAssociationsByOrgIdTagAssociationsConnection!Reads and enables pagination through a set of `TagAssociation`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[TagAssociationsOrderBy!]The method to use when ordering `TagAssociation`.
conditionTagAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterTagAssociationFilterA filter to be used in determining which values should be returned by the collection.
shareAssociationsByOrgIdShareAssociationsConnection!Reads and enables pagination through a set of `ShareAssociation`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ShareAssociationsOrderBy!]The method to use when ordering `ShareAssociation`.
conditionShareAssociationConditionA condition to be used in determining which values should be returned by the collection.
filterShareAssociationFilterA filter to be used in determining which values should be returned by the collection.
featureFlagOrgsByOrgIdFeatureFlagOrgsConnection!Reads and enables pagination through a set of `FeatureFlagOrg`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FeatureFlagOrgsOrderBy!]The method to use when ordering `FeatureFlagOrg`.
conditionFeatureFlagOrgConditionA condition to be used in determining which values should be returned by the collection.
filterFeatureFlagOrgFilterA filter to be used in determining which values should be returned by the collection.
billingCustomersByOrgIdBillingCustomersConnection!Reads and enables pagination through a set of `BillingCustomer`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingCustomersOrderBy!]The method to use when ordering `BillingCustomer`.
conditionBillingCustomerConditionA condition to be used in determining which values should be returned by the collection.
filterBillingCustomerFilterA filter to be used in determining which values should be returned by the collection.
billingAddressesByOrgIdBillingAddressesConnection!Reads and enables pagination through a set of `BillingAddress`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingAddressesOrderBy!]The method to use when ordering `BillingAddress`.
conditionBillingAddressConditionA condition to be used in determining which values should be returned by the collection.
filterBillingAddressFilterA filter to be used in determining which values should be returned by the collection.
billingPaymentSourcesByOrgIdBillingPaymentSourcesConnection!Reads and enables pagination through a set of `BillingPaymentSource`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingPaymentSourcesOrderBy!]The method to use when ordering `BillingPaymentSource`.
conditionBillingPaymentSourceConditionA condition to be used in determining which values should be returned by the collection.
filterBillingPaymentSourceFilterA filter to be used in determining which values should be returned by the collection.
billingSubscriptionsByOrgIdBillingSubscriptionsConnection!Reads and enables pagination through a set of `BillingSubscription`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingSubscriptionsOrderBy!]The method to use when ordering `BillingSubscription`.
conditionBillingSubscriptionConditionA condition to be used in determining which values should be returned by the collection.
filterBillingSubscriptionFilterA filter to be used in determining which values should be returned by the collection.
billingSubscriptionFuturesByOrgIdBillingSubscriptionFuturesConnection!Reads and enables pagination through a set of `BillingSubscriptionFuture`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingSubscriptionFuturesOrderBy!]The method to use when ordering `BillingSubscriptionFuture`.
conditionBillingSubscriptionFutureConditionA condition to be used in determining which values should be returned by the collection.
filterBillingSubscriptionFutureFilterA filter to be used in determining which values should be returned by the collection.
billingRenewalsByOrgIdBillingRenewalsConnection!Reads and enables pagination through a set of `BillingRenewal`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingRenewalsOrderBy!]The method to use when ordering `BillingRenewal`.
conditionBillingRenewalConditionA condition to be used in determining which values should be returned by the collection.
filterBillingRenewalFilterA filter to be used in determining which values should be returned by the collection.
billingRenewalFuturesByOrgIdBillingRenewalFuturesConnection!Reads and enables pagination through a set of `BillingRenewalFuture`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingRenewalFuturesOrderBy!]The method to use when ordering `BillingRenewalFuture`.
conditionBillingRenewalFutureConditionA condition to be used in determining which values should be returned by the collection.
filterBillingRenewalFutureFilterA filter to be used in determining which values should be returned by the collection.
billingHierarchiesByOrgIdBillingHierarchiesConnection!Reads and enables pagination through a set of `BillingHierarchy`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingHierarchiesOrderBy!]The method to use when ordering `BillingHierarchy`.
conditionBillingHierarchyConditionA condition to be used in determining which values should be returned by the collection.
filterBillingHierarchyFilterA filter to be used in determining which values should be returned by the collection.
screenContentHistoriesByOrgIdScreenContentHistoriesConnection!Reads and enables pagination through a set of `ScreenContentHistory`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[ScreenContentHistoriesOrderBy!]The method to use when ordering `ScreenContentHistory`.
conditionScreenContentHistoryConditionA condition to be used in determining which values should be returned by the collection.
filterScreenContentHistoryFilterA filter to be used in determining which values should be returned by the collection.
commonAppInstanceTemplatesBySourceOrgIdCommonAppInstanceTemplatesConnection!Reads and enables pagination through a set of `CommonAppInstanceTemplate`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[CommonAppInstanceTemplatesOrderBy!]The method to use when ordering `CommonAppInstanceTemplate`.
conditionCommonAppInstanceTemplateConditionA condition to be used in determining which values should be returned by the collection.
filterCommonAppInstanceTemplateFilterA filter to be used in determining which values should be returned by the collection.
sitesByOrgIdSitesConnection!Reads and enables pagination through a set of `Site`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[SitesOrderBy!]The method to use when ordering `Site`.
conditionSiteConditionA condition to be used in determining which values should be returned by the collection.
filterSiteFilterA filter to be used in determining which values should be returned by the collection.
embedsByOrgIdEmbedsConnection!Reads and enables pagination through a set of `Embed`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[EmbedsOrderBy!]The method to use when ordering `Embed`.
conditionEmbedConditionA condition to be used in determining which values should be returned by the collection.
filterEmbedFilterA filter to be used in determining which values should be returned by the collection.
billingAddonSubscriptionsByOrgIdBillingAddonSubscriptionsConnection!Reads and enables pagination through a set of `BillingAddonSubscription`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingAddonSubscriptionsOrderBy!]The method to use when ordering `BillingAddonSubscription`.
conditionBillingAddonSubscriptionConditionA condition to be used in determining which values should be returned by the collection.
filterBillingAddonSubscriptionFilterA filter to be used in determining which values should be returned by the collection.
billingAddonSubscriptionFuturesByOrgIdBillingAddonSubscriptionFuturesConnection!Reads and enables pagination through a set of `BillingAddonSubscriptionFuture`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[BillingAddonSubscriptionFuturesOrderBy!]The method to use when ordering `BillingAddonSubscriptionFuture`.
conditionBillingAddonSubscriptionFutureConditionA condition to be used in determining which values should be returned by the collection.
filterBillingAddonSubscriptionFutureFilterA filter to be used in determining which values should be returned by the collection.
fontsByOrgIdFontsConnection!Reads and enables pagination through a set of `Font`.
firstIntOnly read the first `n` values of the set.
lastIntOnly read the last `n` values of the set.
offsetIntSkip the first `n` values from our `after` cursor, an alternative to cursor based pagination. May not be used with `last`.
beforeCursorRead all values in the set before (above) this cursor.
afterCursorRead all values in the set after (below) this cursor.
orderBy[FontsOrderBy!]The method to use when ordering `Font`.
conditionFontConditionA condition to be used in determining which values should be returned by the collection.
filterFontFilterA filter to be used in determining which values should be returned by the collection.