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
- Query.select() vs GraphQL
Hi, I am quite new in the Appwrite environment and could someone lighten me up on what is the difference between request with GraphQL and Query.select() it seem...
- Question regarding GraphQL the Apple SDK
New to using AppWrite and have been trying to get started with using graphQL as it is my preferred way of querying data. I noticed that there doesn't seem to be...
- Help for GraphQL with Flutter
Hello everyone. I would like to know if someone can provide me with an example of using the GraphQL API with Flutter for example to list all the documents in a ...