Sorry, it’s a bit too entangled right now. But just to reiterate:
- you need to feed the GraphQL Schema to GPT yourself - it wont do the introspection for you since it doesn’t understand the concept of GraphQL at this time.
- And then you need to use function calling to make the actual call to your API.