Last active
January 11, 2026 06:35
-
-
Save Gh0styTongue/e77001e88483214702f24d838941a5a1 to your computer and use it in GitHub Desktop.
API Schema of https://theater.d23.com/__api/published/attendee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D23 Theater API Schema Analysis | |
| Generated: 2025-08-30T22:15:13.246Z | |
| ============================================= | |
| 📋 ROOT OPERATIONS: | |
| Query Type: Query | |
| Mutation Type: Mutation | |
| Subscription Type: None | |
| 🔍 AVAILABLE QUERIES: | |
| ================================================== | |
| ● self | |
| Description: Gets the Guest associated with the current authorization header. If no authorization header was provided or the authorization header was for an invalid session, this returns 'null'. | |
| ● pageById | |
| Description: No description | |
| Arguments: | |
| - id: Unknown type | |
| ● pageByPathname | |
| Description: No description | |
| Arguments: | |
| - domainName: Unknown type | |
| - pathname: Unknown type | |
| ● showById | |
| Description: No description | |
| Arguments: | |
| - showId: Unknown type | |
| ● environmentById | |
| Description: No description | |
| Arguments: | |
| - id: Unknown type | |
| ● siteByDomain | |
| Description: Find a Site by the domain it can serve. | |
| Arguments: | |
| - name: Unknown type | |
| - versionId: String | |
| ● siteById | |
| Description: No description | |
| Arguments: | |
| - id: Unknown type | |
| ✏️ AVAILABLE MUTATIONS: | |
| ================================================== | |
| ● triggerResendAccessCode | |
| Description: No description | |
| Arguments: | |
| - data: Unknown type | |
| ● verifyExternalGuest | |
| Description: Create (or update) a new guest from a third party verification system | |
| Arguments: | |
| - guest: Unknown type | |
| - moduleId: Unknown type | |
| - siteVersionId: UUID | |
| ● updateGuestStorage | |
| Description: Update an existing guest. | |
| Arguments: | |
| - operations: Unknown type | |
| ● verifyAccessCode | |
| Description: No description | |
| Arguments: | |
| - data: Unknown type | |
| ● verifyGuest | |
| Description: No description | |
| Arguments: | |
| - data: Unknown type | |
| ● verifyOpenLogin | |
| Description: No description | |
| Arguments: | |
| - data: Unknown type | |
| ● verifyPublicPasscode | |
| Description: No description | |
| Arguments: | |
| - data: Unknown type | |
| ● onChatConnection | |
| Description: No description | |
| Arguments: | |
| - attendeeId: Unknown type | |
| - chatChannelName: Unknown type | |
| - domainName: Unknown type | |
| - showId: Unknown type | |
| 🏷️ ALL TYPES: | |
| ================================================== | |
| ● Attendee (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - email: String | |
| ● String (SCALAR) | |
| Description: The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text. | |
| ● BatchResult (OBJECT) | |
| Description: No description | |
| Fields: | |
| - count: Unknown type | |
| ● Int (SCALAR) | |
| Description: The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. | |
| ● ChatToken (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - environmentId: UUID | |
| - attendeeId: Unknown type | |
| - token: Unknown type | |
| ● ID (SCALAR) | |
| Description: The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"4"`) or integer (such as `4`) input value will be accepted as an ID. | |
| ● Core (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - fixedFlag: Boolean | |
| - name: Unknown type | |
| - componentId: Unknown type | |
| - componentFieldData: Unknown type | |
| - coreType: Unknown type | |
| - variables: JSON | |
| - adminUI: JSON | |
| - createdAt: Unknown type | |
| - component: Unknown type | |
| - modules: Unknown type | |
| - members: Unknown type | |
| - i18n: Unknown type | |
| ● Boolean (SCALAR) | |
| Description: The `Boolean` scalar type represents `true` or `false`. | |
| ● Component (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - reactName: Unknown type | |
| - version: Unknown type | |
| - defaultFieldData: Unknown type | |
| - slug: Unknown type | |
| - slotConfiguration: Unknown type | |
| - status: Unknown type | |
| - tags: JSON | |
| - isRestricted: Boolean | |
| - createdAt: Unknown type | |
| - cores: Unknown type | |
| ● Float (SCALAR) | |
| Description: The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point). | |
| ● ContentInstanceAttendee (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - slug: Unknown type | |
| - contentModelId: Unknown type | |
| - value: Unknown type | |
| - createdAt: Unknown type | |
| - updatedAt: Unknown type | |
| ● ContentModelAttendee (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - slug: Unknown type | |
| - contentInstances: Unknown type | |
| ● Domain (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - environmentId: UUID | |
| - environment: Show | |
| - siteID: Unknown type | |
| - organizationID: Unknown type | |
| - variables: JSON | |
| - verificationStatus: Unknown type | |
| - isDefault: Unknown type | |
| - createdAt: Unknown type | |
| - organization: Unknown type | |
| - site: Unknown type | |
| ● EmailTrigger (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| ● Flow (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: String | |
| - data: Unknown type | |
| - dataUi: Unknown type | |
| - siteId: Unknown type | |
| - createdAt: Unknown type | |
| ● GenericResult (OBJECT) | |
| Description: No description | |
| Fields: | |
| - success: Unknown type | |
| ● Guest (OBJECT) | |
| Description: No description | |
| Fields: | |
| - attendee: Unknown type | |
| - avatar: String | |
| - chatTokens: Unknown type | |
| - drmToken: String | |
| - forensicToken: String | |
| - sessionToken: String | |
| - tags: Unknown type | |
| - id: Unknown type | |
| - showId: UUID | |
| - attendeeTags: Unknown type | |
| ● GuestAnonymous (OBJECT) | |
| Description: No description | |
| Fields: | |
| - attendee: Unknown type | |
| - avatar: String | |
| - chatTokens: Unknown type | |
| - drmToken: String | |
| - forensicToken: String | |
| - sessionToken: String | |
| - tags: Unknown type | |
| - id: Unknown type | |
| ● GuestExternal (OBJECT) | |
| Description: No description | |
| Fields: | |
| - attendee: Unknown type | |
| - avatar: String | |
| - chatTokens: Unknown type | |
| - drmToken: String | |
| - forensicToken: String | |
| - sessionToken: String | |
| - tags: Unknown type | |
| - id: Unknown type | |
| - externalId: Unknown type | |
| - serviceType: Unknown type | |
| ● IGuest (INTERFACE) | |
| Description: No description | |
| Fields: | |
| - attendee: Unknown type | |
| - avatar: String | |
| - chatTokens: Unknown type | |
| - drmToken: String | |
| - forensicToken: String | |
| - sessionToken: String | |
| - tags: Unknown type | |
| ● i18n (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - key: Unknown type | |
| - lang: Unknown type | |
| - data: JSON | |
| - createdAt: Unknown type | |
| - type: Unknown type | |
| ● i18n_type (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - page_props | |
| - core_props | |
| - core_vars | |
| - module_vars | |
| ● ISiteVariable (INTERFACE) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| ● LinkResource (OBJECT) | |
| Description: Describes the properties of a `<link />` tag to be included in the page document. | |
| Fields: | |
| - rel: Unknown type | |
| - href: Unknown type | |
| - attributes: Unknown type | |
| ● Module (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - siteId: UUID | |
| - pageId: UUID | |
| - pageIndex: Int | |
| - coreId: Unknown type | |
| - parentId: UUID | |
| - parentSlotSlug: String | |
| - parentSlotIndex: Int | |
| - variables: JSON | |
| - adminUI: JSON | |
| - createdAt: Unknown type | |
| - path: Unknown type | |
| - groupId: UUID | |
| - core: Unknown type | |
| - page: Page | |
| - parent: Core | |
| - site: Site | |
| ● OpenLoginGuest (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - email: String | |
| - sessionToken: Unknown type | |
| - chatTokens: Unknown type | |
| - attendeeTags: Unknown type | |
| ● Organization (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - tier: Unknown type | |
| - createdAt: Unknown type | |
| - updatedAt: Unknown type | |
| - domains: Unknown type | |
| - sites: Unknown type | |
| ● Page (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - title: Unknown type | |
| - pathname: Unknown type | |
| - siteId: Unknown type | |
| - variables: JSON | |
| - adminUI: JSON | |
| - createdAt: Unknown type | |
| - privilege: Unknown type | |
| - site: Unknown type | |
| - allModules: Unknown type | |
| - allCores: Unknown type | |
| - allComponents: Unknown type | |
| - modules: Unknown type | |
| ● PublicPasscodeOutput (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - email: String | |
| - sessionToken: Unknown type | |
| - chatTokens: Unknown type | |
| - attendeeTags: Unknown type | |
| ● Resource (UNION) | |
| Description: No description | |
| ● ScriptResource (OBJECT) | |
| Description: Describes the properties of a `<script />` tag to be included in the page document. | |
| Fields: | |
| - src: Unknown type | |
| - type: Unknown type | |
| - attributes: Unknown type | |
| ● Show (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - siteId: Unknown type | |
| - isDefault: Unknown type | |
| - type: Unknown type | |
| - createdAt: Unknown type | |
| - updatedAt: Unknown type | |
| - showInstructions: Unknown type | |
| - latestInstructionId: String | |
| ● ShowInstruction (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - environmentId: Unknown type | |
| - kind: Unknown type | |
| - meta: Unknown type | |
| - createdAt: Unknown type | |
| - updatedAt: Unknown type | |
| - show: Unknown type | |
| ● ShowInstructionTarget (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - published | |
| - draft | |
| ● ShowType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - draft | |
| - preProduction | |
| - production | |
| ● ShowInstructionRequestType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - CATCHUP | |
| - POLL | |
| ● Site (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - meta: Unknown type | |
| - name: Unknown type | |
| - css: Unknown type | |
| - organizationId: Unknown type | |
| - createdAt: Unknown type | |
| - updatedAt: Unknown type | |
| - status: Unknown type | |
| - organization: Unknown type | |
| - domains: Unknown type | |
| - shows: Unknown type | |
| - showControllerType: Unknown type | |
| - resources: Unknown type | |
| - modules: Unknown type | |
| - flows: Unknown type | |
| - pages: Unknown type | |
| - cssVariables: Unknown type | |
| - variables: Unknown type | |
| - collections: Unknown type | |
| ● SiteVariable (UNION) | |
| Description: No description | |
| ● SiteVariableColor (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableDate (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableFont (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableImage (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableLink (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableNumber (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableRichText (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableSwitch (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableText (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableVideo (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - value: Unknown type | |
| ● SiteVariableShow (OBJECT) | |
| Description: No description | |
| Fields: | |
| - id: Unknown type | |
| - name: Unknown type | |
| - description: String | |
| - adminUI: Unknown type | |
| - kind: Unknown type | |
| - rawValue: JSON | |
| - sortOrder: Unknown type | |
| - slug: Unknown type | |
| - enumValues: Unknown type | |
| - value: String | |
| ● SiteVariableVideoHlsValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - assetId: String | |
| - thumbnail: String | |
| - assetType: String | |
| - hls: Unknown type | |
| - drmEnabled: Boolean | |
| - serversideForensic: Boolean | |
| ● SiteVariableVideoDashValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - assetId: String | |
| - thumbnail: String | |
| - assetType: String | |
| - dash: Unknown type | |
| - drmEnabled: Boolean | |
| - serversideForensic: Boolean | |
| ● SiteVariableVideoHlsDashValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - assetId: String | |
| - thumbnail: String | |
| - assetType: String | |
| - hls: Unknown type | |
| - dash: Unknown type | |
| - drmEnabled: Boolean | |
| - serversideForensic: Boolean | |
| ● SiteVariableVideoProgressiveValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - assetId: String | |
| - thumbnail: String | |
| - assetType: String | |
| - progressive: Unknown type | |
| ● SiteVariableVideoProgressiveHlsValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - assetId: String | |
| - thumbnail: String | |
| - assetType: String | |
| - progressive: Unknown type | |
| - hls: Unknown type | |
| ● TooManyOrganizationsError (OBJECT) | |
| Description: ApiTokens may only provider permissions to a single organization | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● AssetFinalizedError (OBJECT) | |
| Description: The asset under operation is already finalized | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● AssetNotFoundError (OBJECT) | |
| Description: No asset found for the given identifier | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● AssetUnsupportedError (OBJECT) | |
| Description: The asset operation is not supported for the asset type | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● AttendeeBulkCreateError (OBJECT) | |
| Description: Indicates the row of the record which prompted the error along with the error message it generated | |
| Fields: | |
| - message: Unknown type | |
| - rowNumber: Unknown type | |
| - type: Unknown type | |
| ● ConfigurationError (OBJECT) | |
| Description: The operation could not be completed because there is a configuration problem | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● GuestInvalidUpdateError (OBJECT) | |
| Description: The attempted update to the guest was not valid, see message for details | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● GuestNotFoundError (OBJECT) | |
| Description: Guest record was not found | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● GuestStorageUnavailableError (OBJECT) | |
| Description: Guest storage system is not accessible, see message for specifics | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● InvalidOperationError (OBJECT) | |
| Description: Operations requested can not be performed | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● DataIntegrityError (OBJECT) | |
| Description: Error interacting with data store | |
| Fields: | |
| - message: Unknown type | |
| - code: Unknown type | |
| - type: Unknown type | |
| ● IError (INTERFACE) | |
| Description: No description | |
| Fields: | |
| - message: Unknown type | |
| ● InsufficientPermissionsError (OBJECT) | |
| Description: Current credential does not have permission to perform the operation | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● NoAccountError (OBJECT) | |
| Description: Current credential does not have an associated Account | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● NotAuthorizedError (OBJECT) | |
| Description: Current credential does not have authorization for requested action | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● UnknownError (OBJECT) | |
| Description: Fallback error when no other implementations are a better fit | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● SavedInstructionColorError (OBJECT) | |
| Description: The color passed is invalid | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● SiteVariableInvalidError (OBJECT) | |
| Description: The SiteVariable could not be created because the "kind" and "value" do not match | |
| Fields: | |
| - message: Unknown type | |
| - type: Unknown type | |
| ● Query (OBJECT) | |
| Description: No description | |
| Fields: | |
| - self: SelfResult | |
| - pageById: Page | |
| - pageByPathname: Page | |
| - showById: Show | |
| - environmentById: Show | |
| - siteByDomain: Unknown type | |
| - siteById: Unknown type | |
| ● Mutation (OBJECT) | |
| Description: No description | |
| Fields: | |
| - triggerResendAccessCode: Unknown type | |
| - verifyExternalGuest: Unknown type | |
| - updateGuestStorage: Unknown type | |
| - verifyAccessCode: Unknown type | |
| - verifyGuest: Unknown type | |
| - verifyOpenLogin: Unknown type | |
| - verifyPublicPasscode: Unknown type | |
| - onChatConnection: Unknown type | |
| ● VerifyPublicPasscodeInput (INPUT_OBJECT) | |
| Description: No description | |
| ● EmailCreateInput (INPUT_OBJECT) | |
| Description: No description | |
| ● VerifyOpenLoginInput (INPUT_OBJECT) | |
| Description: No description | |
| ● JSON (SCALAR) | |
| Description: The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). | |
| ● DateTime (SCALAR) | |
| Description: A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the `date-time` format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar. | |
| ● UUID (SCALAR) | |
| Description: A field whose value is a generic Universally Unique Identifier: https://en.wikipedia.org/wiki/Universally_unique_identifier. | |
| ● CoreType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - default | |
| - group | |
| ● ComponentStatus (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - deprecated | |
| - deleted | |
| - supported | |
| ● DomainVerificationStatusType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - initial | |
| - certificatePending | |
| - certificateValidated | |
| - certificateValidationFailed | |
| - certificateValidationTimedOut | |
| - completed | |
| - distributionError | |
| ● GuestExternalServiceType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - oneid | |
| ● DrmTokenInput (INPUT_OBJECT) | |
| Description: Data to identify the asset and environment where it is viewed | |
| ● SiteVariableKind (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - color | |
| - date | |
| - font | |
| - image | |
| - link | |
| - number | |
| - rich_text | |
| - switch | |
| - text | |
| - video | |
| - show_variable | |
| - show_variable_enum | |
| ● OrganizationTier (ENUM) | |
| Description: The subscription tier of the Organization | |
| Enum Values: | |
| - sandbox | |
| - starter | |
| - business | |
| - enterprise | |
| ● SiteStatus (ENUM) | |
| Description: Enumeration of the status of a site | |
| Enum Values: | |
| - active | |
| - archived | |
| ● ShowControllerType (ENUM) | |
| Description: Indicates the preferred method of receiving instructions | |
| Enum Values: | |
| - REAL_TIME | |
| - POLL | |
| ● SiteVariableFontValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - name: Unknown type | |
| ● SiteVariableAssetValue (OBJECT) | |
| Description: No description | |
| Fields: | |
| - uri: Unknown type | |
| ● SiteVariableVideoValue (UNION) | |
| Description: No description | |
| ● IVideoVariableValue (INTERFACE) | |
| Description: No description | |
| Fields: | |
| - assetId: String | |
| - thumbnail: String | |
| - assetType: String | |
| ● TooManyOrganizationsErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - TooManyOrganizationsError | |
| ● AssetFinalizedErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - AssetFinalizedError | |
| ● AssetNotFoundErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - AssetNotFoundError | |
| ● AssetUnsupportedErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - AssetUnsupportedError | |
| ● AttendeeBulkCreateErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - AttendeeBulkCreateError | |
| ● ConfigurationErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - ConfigurationError | |
| ● GuestInvalidUpdateErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - GuestInvalidUpdateError | |
| ● GuestNotFoundErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - GuestNotFoundError | |
| ● GuestStorageUnavailableErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - GuestStorageUnavailableError | |
| ● InvalidOperationErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - InvalidOperationError | |
| ● DataIntegrityErrorCode (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - AccountNotFound | |
| - ApiTokenNotFound | |
| - AttendeeAccessCodeExists | |
| - AttendeeExists | |
| - AttendeeNotFound | |
| - AttendeeRequirementNotMet | |
| - ComponentNotFound | |
| - ContentFieldIdExists | |
| - ContentFieldNameExists | |
| - ContentFieldNameRequired | |
| - ContentFieldProhibitedKey | |
| - ContentFieldSlugExists | |
| - ContentFieldReorderFailure | |
| - ContentFieldReorderSetsNotEqual | |
| - ContentInstanceParentDoesNotExist | |
| - ContentInstanceIdsDoNotExist | |
| - ContentInstanceIdExists | |
| - ContentInstanceNameExists | |
| - ContentInstanceNameRequired | |
| - ContentInstanceSlugExists | |
| - ContentModelIdsDoNotExist | |
| - ContentModelIdExists | |
| - ContentModelNameExists | |
| - ContentModelNameRequired | |
| - ContentModelSlugExists | |
| - CoreNotFound | |
| - CreateSiteFromSiteTemplateFailure | |
| - DomainIcannDraft | |
| - DomainNameExists | |
| - DomainIsDefault | |
| - DomainIsLastRemaining | |
| - DomainNotFound | |
| - IdsRequired | |
| - InvalidOpenLogin | |
| - InvalidPublicPasscode | |
| - InvalidEmail | |
| - InviteAlreadyExists | |
| - InviteNotFound | |
| - ModuleNotFound | |
| - OrganizationNotFound | |
| - PageNotFound | |
| - SavedInstructionExists | |
| - ShowDraftExists | |
| - ShowLastRemaining | |
| - ShowNotFound | |
| - SiteNotFound | |
| - SiteTemplateVersionNotFound | |
| - SiteVariableExists | |
| - SiteVariableSlugExists | |
| - SiteVersionNotFound | |
| - UnspecifiedClientError | |
| - UnspecifiedServerError | |
| - Storage | |
| ● DataIntegrityErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - DataIntegrityError | |
| ● InsufficientPermissionsErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - InsufficientPermissionsError | |
| ● NoAccountErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - NoAccountError | |
| ● NotAuthorizedErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - NotAuthorizedError | |
| ● UnknownErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - UnknownError | |
| ● SavedInstructionColorErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - SavedInstructionColorError | |
| ● SiteVariableInvalidErrorType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - SiteVariableInvalidError | |
| ● SelfResult (OBJECT) | |
| Description: No description | |
| Fields: | |
| - attendee: Unknown type | |
| - avatar: String | |
| - chatTokens: Unknown type | |
| - drmToken: String | |
| - forensicToken: String | |
| - sessionToken: String | |
| - tags: Unknown type | |
| - id: Unknown type | |
| - attendeeTags: Unknown type | |
| - guestType: Unknown type | |
| ● TriggerResendAccessCodeResult (UNION) | |
| Description: No description | |
| ● GuestExternalVerifyResult (UNION) | |
| Description: No description | |
| ● GuestExternalVerifyInput (INPUT_OBJECT) | |
| Description: No description | |
| ● GuestStorageUpdateResult (UNION) | |
| Description: No description | |
| ● GuestStorageUpdateOperation (INPUT_OBJECT) | |
| Description: No description | |
| ● VerifyAccessCodeInput (INPUT_OBJECT) | |
| Description: No description | |
| ● VerifyGuestInput (INPUT_OBJECT) | |
| Description: No description | |
| ● VerifyOpenLoginResult (UNION) | |
| Description: No description | |
| ● VerifyPublicPasscodeResult (UNION) | |
| Description: No description | |
| ● SelfResultGuestType (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - Flux | |
| - External | |
| - Anonymous | |
| ● GuestStorageUpdateOpcode (ENUM) | |
| Description: No description | |
| Enum Values: | |
| - LIST_ADD | |
| - LIST_REMOVE | |
| 🎯 DIRECTIVES: | |
| ================================================== | |
| ● include | |
| Description: Directs the executor to include this field or fragment only when the `if` argument is true. | |
| Locations: FIELD, FRAGMENT_SPREAD, INLINE_FRAGMENT | |
| ● skip | |
| Description: Directs the executor to skip this field or fragment when the `if` argument is true. | |
| Locations: FIELD, FRAGMENT_SPREAD, INLINE_FRAGMENT | |
| ● deprecated | |
| Description: Marks an element of a GraphQL schema as no longer supported. | |
| Locations: FIELD_DEFINITION, ARGUMENT_DEFINITION, INPUT_FIELD_DEFINITION, ENUM_VALUE | |
| ● specifiedBy | |
| Description: Exposes a URL that specifies the behavior of this scalar. | |
| Locations: SCALAR | |
| ● oneOf | |
| Description: Indicates exactly one field must be supplied and this field must not be `null`. | |
| Locations: INPUT_OBJECT | |
| ============================================= | |
| Total Types: 123 | |
| Total Queries: 0 | |
| Total Mutations: 0 | |
| Total Subscriptions: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment