Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

explorer.html 370 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. {% include breadcrumbs %}
  2. <div class="graphql-container">
  3. {% if AIRGAP %}
  4. <p>GraphQL explorer is not available on this environment.</p>
  5. {% else %}
  6. <iframe id="graphiql" class="graphql-explorer" scrolling="no" src="{{ graphql.explorerUrl }}" allowfullscreen>
  7. <p>You must have iframes enabled to use this feature.</p>
  8. </iframe>
  9. {% endif %}
  10. </div>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...