GraphQL introspection as an alternative to an OpenAPI spec for plugins

Sorry, it’s a bit too entangled right now. But just to reiterate:

  1. 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.
  2. And then you need to use function calling to make the actual call to your API.