GraphQL API explorer?

Not urgent, but just interested to know.
Any plans to add the GraphQL API explorer to the automate server? It would be useful to do some quick testing.

On a separate note: the explorer is having some issues on app.speckle.systems and speckle.xyz. When I visit the page I hit the Log in button:

It authenticates and take some time to load, but I end up with a mainly blank page. On the top right the @ $ServerDetails looks like something goes wrong:

EDIT: the GraphQL interface works though https://app.speckle.systems/graphql

1 Like

Apologies, this is a temporary downtime on the explorer.

latest.speckle.systems/graphql remains usable

Hi @JdB

Automate is currently a REST API, with documentation described using the OpenAPI standard: https://automate.speckle.dev/api/v1/openapi
A UI is available here: SwaggerUI

We’re investigating the issue with the graphql explorer; thanks for reporting the problem with it.

Iain

2 Likes

This appears to be an issue with retrieving resources from unpkg, a third party service we use. unpkg appears to be suffering an outage, and this is affecting a large number of other apps across the Internet at this time.

We’ve made a hotfix to both Speckle server and Automate to use another service. In the long term we’ll aim to host these resources from our own infrastructure.

Iain

2 Likes

@JdB - the problem with explorer should now be resolved. (You may have to refresh the page).

Iain

1 Like