-
Notifications
You must be signed in to change notification settings - Fork 23
GraphQL
Vyacheslav Matyukhin edited this page Aug 31, 2023
·
3 revisions
Notes on GraphQL usage in Squiggle Hub.
Here: https://squigglehub.org/api/graphql
Auth is cookie-based, so you should be signed in to https://squigglehub.org to test mutations.
We use Pothos for implementing our GraphQL server.
Code is in src/graphql folder.
Particularly useful plugins that we use:
We use about half of all official Pothos plugins and they all seem well-designed, so feel free to use whatever you need.
We use Relay.