From 3b3d54c3922d22b47290b3c4b8f60b3c4c9ea67f Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 5 Apr 2022 17:22:30 +0800 Subject: [PATCH] docs: GQL Signed-off-by: Wing-Kam Wong --- .../content/en/developer-resources/graphql-apis.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/noco-docs/content/en/developer-resources/graphql-apis.md diff --git a/packages/noco-docs/content/en/developer-resources/graphql-apis.md b/packages/noco-docs/content/en/developer-resources/graphql-apis.md new file mode 100644 index 0000000000..63302ef6d5 --- /dev/null +++ b/packages/noco-docs/content/en/developer-resources/graphql-apis.md @@ -0,0 +1,14 @@ +--- +title: 'GraphQL APIs' +position: 1020 +category: 'Developer Resources' +menuTitle: 'GraphQL APIs' +--- + + +GraphQL APIs, unfortunately, has been deprecated form v0.90 onwards - which means + +- Users won't be able to create a GraphQL project nor use the GraphQL queries. +- For projects created before v0.90, we will convert it to REST API projects. +- The rationale behind is that GraphQL is a really small use case of NocoDB users and smart spreadsheet are usually flat representation of data (may be one level nested) which means there will be additional wrangling of json and GQL schema when users are changing the schema dynamically. + \ No newline at end of file