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

graphql-deprecation.html 310 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
  1. {% if item.isDeprecated %}
  2. <div class="extended-markdown warning border rounded-1 mt-3 mb-4 p-3 color-border-danger color-bg-danger f5">
  3. <p><b>{% data ui.products.graphql.reference.deprecation_notice %}</b></p>
  4. <p><code>{{ item.name }}</code> is deprecated. {{ item.deprecationReason }}</p>
  5. </div>
  6. {% endif %}
Tip!

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

Comments

Loading...