No token field in the interface for GraphQL

Hi,

where do I put the token for authorization in GraphQL interface ? https://speckle.xyz/graphql

When I am trying to do a query, I get the following message:

???

1 Like

Hi @Dimitrios.Ververidis it’s better to use Speckle GraphQL API as the token is automatically added for you!

Thanks the explorer indeed works.

However, in the meantime, I have found that I have to add this in the HTTP Headers and it also works too.

{
“Authorization”:“Bearer [here goes the token]”
}

Best,
Dimitrios

2 Likes