Skip to content

Commit

Permalink
Added upgrade notices to GraphQL API related pages (#6387)
Browse files Browse the repository at this point in the history
  • Loading branch information
raveling authored Aug 22, 2021
1 parent 67e0756 commit a3fb2ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/docs/apis/filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { Markdown } from '../../../components/Markdown';

# Query Filter API

?> We recently improved this API so it’s easier to program and reason about. If you were using it prior to August 17th 2021, [read this guide](/updates/new-graphql-api) for info on how to upgrade.

Each field type provides its own set of filters which can be used with [queries](./graphql#all-users).
This page lists all the filters available for each field type.
For more details on how to use filters in queries please consult to the [GraphQL Queries - Filters](../guides/filters) guide.
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/docs/apis/graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { Markdown } from '../../../components/Markdown';

# GraphQL API

?> We recently improved this API so it’s easier to program and reason about. If you were using it prior to August 17th 2021, [read this guide](/updates/new-graphql-api) for info on how to upgrade.

Keystone generates a CRUD (create, read, update, delete) GraphQL API based on the [schema](./schema) definition provided in the system [config](./config).

Consider the following system definition:
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/docs/guides/filters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { Markdown } from '../../../components/Markdown';

# GraphQL Queries - Filters

?> We recently improved our GraphQL API so it’s easier to program and reason about. If you were using it prior to August 17th 2021, [read this guide](/updates/new-graphql-api) for info on how to upgrade.

Keystone provides a powerful GraphQL API for querying the data in your system.
At the core of this API are **query filters**.
This guide will show you how to use filters to get data you need.
Expand Down

1 comment on commit a3fb2ea

@vercel
Copy link

@vercel vercel bot commented on a3fb2ea Aug 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.