Skip to content

GraphQL

Vyacheslav Matyukhin edited this page Aug 31, 2023 · 3 revisions

Notes on GraphQL usage in Squiggle Hub.

Playground

Here: https://squigglehub.org/api/graphql

Auth is cookie-based, so you should be signed in to https://squigglehub.org to test mutations.

Backend

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.

Frontend

We use Relay.

Clone this wiki locally