GraphQL API Token not working
I'm trying to use Railway's GraphQL API with tokens I have created. When I create a token connected to a team, I get a Not Authorized error on the GraphQL Playground. When I run the query with a token not connected to the team, the query works. Here is the query:
You can test by creating 2 keys and then running a query on the GraphQL Playground. The Authorization should be added a header.
4 Replies
Project ID:
24e44d2f-a2e6-43e7-a692-f517f5e38c3b
24e44d2f-a2e6-43e7-a692-f517f5e38c3b
you can't query for the personal accounts data with a token generated for a team
Oh ok, let me test with my actual queries and I will message if the issue persists