Rank 2: Process
GraphQL introspection is disabled on default due to security reasons. Unfortunately i didn't find any documentation on how to enable it.
Apparently there is the environment variable "_APP_GRAPHQL_INTROSPECTION=1" which I added to the .env file. But when i check if the variable is valid after restarting the dockers with the "docker compose exec appwrite vars" command, its not appearing so I guess it doesnt work like that which is not a big surprise since it isnt mentioned in the docs.
Postman is therefore also still complaining that introspection is not allowed when I try to retrieve a schema.
Im sorry I am quite new to this topic:) and there isnt much helpful information on the web about that specific problem
Thanks very much guys