// Show the GraphQL Playground through script tag //props indexer_name let indexer_name = props.indexer_name return ( <> <div className="graphql-playground"> <h1>GraphQL Playground</h1> </div> </> )