
I am trying to setup and access my appwrite graphql from Insomia i get 404 schema not found error in Insomia.

Do you have some screenshot? Maybe you can share the exact error?

Yes


Ok i am able to solve this problem by setting the project id instead of project name in the X-Appwrite-Project field but i am still getting the following error


hi

Hello

To enable those docs, you'll need to set _APP_OPTIONS_ABUSE
environment variables to disabled

Thats great the error is gone now after setting it to disabled perfect thank you

One last thing in the screenshot you see i get the data how can i get the array of a specific field like just the name field in data?

For now, you can't. We plan on improving the graphql so you have more control over the data

Is it not possible to achieve the same with indexes maybe?

Not with graphql.

Ok good to know

i am getting the following error eventhough i added all roles to the collection

am i doing something wrong?

Get index is not available for clients. You would need to use an API key to use that API

And where i should put it in my graphql

Ok i figured it out perfect now the error is gone

[SOLVED] 404 error when retrieving the graphql schema
Recommended threads
- Delete account on authentication
I'm building an authentication that need to a user a choice of delete their account when they need and on the documentation, if I find delete sessions or sessio...
- enum Invalid document structure characto...
i am getting this error when adding up updating an enum value. I have for example enum attribute which has some enums and also this enum internationale_küche, w...
- Graphql Queries
Can some one help me with some examples to write graphql queries using appetite SDK, to fetch related data in different collections. I have gone through the doc...
