Skip to content

Instantly share code, notes, and snippets.

View Gh0styTongue's full-sized avatar
🚀
Developing

GhostyTongue Gh0styTongue

🚀
Developing
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"data": {
"__schema": {
"queryType": {
"name": "Query"
},
"mutationType": {
"name": "Mutation"
},
"subscriptionType": null,
{"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.
{
"data": {
"__schema": {
"types": [
{
"name": "AbTestingGameExperience",
"kind": "UNION",
"description": null,
"fields": null
},
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: