mirror of https://github.com/nocodb/nocodb
662 B
662 B
title | position | category | menuTitle |
---|---|---|---|
GraphQL APIs | 1020 | Developer Resources | GraphQL APIs |
- 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.