tinacms / tina.io

Website for TinaCMS - General info, documentation, blogs & contribution guidelines.
https://tina.io
245 stars 1.6k forks source link

🧠 Spike - Investigate Graphql and Graphiql endpoints #2001

Open joshbermanssw opened 1 month ago

joshbermanssw commented 1 month ago

We have two old packages which need to be removed from the project. They are @tinacms/datalayer-old and @tinacms/graphql-old they are only used in two endpoints, /graphiql and /graphql. The graphiql endpoint uses deprecated custom methods to spin up a mock db in order to use graphql queries.

This PBI is to investigate our options with refactoring this endpoint.

Possibilities that have been reccomended;

joshbermanssw commented 3 weeks ago

Update - @isaaclombardssw has now removed the graphiql endpoint. Still a mystery what the graphql endpoint is used for and what is hitting it.