GraphQL API docs?

Are there docs around for the GraphQL API beyond just introspection in the playground?

1 Like

We don’t have docs for our GraphQL API, it’s mostly used for our frontends like our CLI and might change over time as needed.

If you can describe a little bit more about what you’re trying to accomplish we might be able to help you better with your question too :slightly_smiling_face:

I’m going to be launching apps dynamically, all from the same template. I can do it all by running flyctl from my orchestrator, but was trying to see if using the API directly was feasible.

I’d suggest using flyctl too as it’s a tool we will be giving support. Our GraphQL would require experimentation and there are no guarantees for compatibility or changes.

In that case it’d be useful if the changelog highlighted breaking changes until 1.0 is released.