subgrounds
subgrounds copied to clipboard
GraphQL <-> Subgrounds Query
Is your feature request related to a problem? Please describe.
- I'm frustrated when trying to convert existing GraphQL queries into Subgrounds
- I find it difficult to convert Subgrounds queries into clean GraphQL
Describe the solution you'd like A way to convert (even if lossy) GraphQL into Subgrounds code and vice versa.
Describe alternatives you've considered DMing the Playgrounds Team 😮💨
Additional context
- GraphQL-core
- GraphQL -> Subgrounds can be loss-less
- Subgrounds -> GraphQL will usually be lossy due to extra features we add such as pagination and synthetic fields
Implementation checklist
- [ ] Task 1