This file has been truncated, but you can view the full file.
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
| { | |
| "data": { | |
| "__schema": { | |
| "queryType": { | |
| "name": "Query" | |
| }, | |
| "mutationType": { | |
| "name": "Mutation" | |
| }, | |
| "subscriptionType": null, |
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
| {"data":{"__schema":{"queryType":{"name":"Query"},"mutationType":null,"subscriptionType":null,"types":[{"kind":"OBJECT","name":"Query","description":null,"fields":[{"name":"findSlug","description":"Find a single record by id\n\n---\n\n### Exmaple\n\n```\n{\n findRecord(id: \"100407\") {\n __typename\n ... on Video {\n id\n videoType\n file {\n url\n }\n }\n }\n}\n```","args":[{"name":"slug","description":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"ID","ofType":null}},"defaultValue":null}],"type":{"kind":"UNION","name":"Slug","ofType":null},"isDeprecated":false,"deprecationReason":null},{"name":"findAppHomeScreen","description":null,"args":[],"type":{"kind":"OBJECT","name":"AppHomeScreen","ofType":null},"isDeprecated":true,"deprecationReason":"Use \"findMobileHomeScreen\" instead"},{"name":"findAppMenu","description":null,"args":[],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"Menu","ofType":null}},"isDeprecated":true, |
This file has been truncated, but you can view the full file.
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
| { | |
| "data": { | |
| "__schema": { | |
| "types": [ | |
| { | |
| "name": "AbTestingGameExperience", | |
| "kind": "UNION", | |
| "description": null, | |
| "fields": null | |
| }, |
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: |