I figured out how to make a query from outside via GraphQL Playground to my 8Base API. I think it is not directly clear for the user how to update the role and that he has to click on the role name to get to the permission section for all the configuration. but after you explained it to me i have found it and the query works with my generated API-Token an the setted Header {“Authorization”: “Bearer XXXXX-XXXX-XXXX-XXX-XXXXXXX”}
what is not working is to have a GraphQL-API introsepction, means that the clients from outside have no clue what fields the api deliver, whether it is a query, a mutation or a subscription. I need a way to see the included documentation of my 8Base API.
Thank you for any help, best regards, tim