We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Graphql documentation only uses authenticated related examples. Not a single example to query data, update/insert/delete documents etc.
And here I am trying to "guess" what is the name of the mutation to insert a document, since "createDocument" doesn't seem to exist.
Am I missing something?
The text was updated successfully, but these errors were encountered:
can i take this issue
Sorry, something went wrong.
not sure what you mean by that @pojith , but if you happen to know how we can insert/update/delete with graphql can you share the info here? :)
EDIT: and while I'm at it, how to "filter" and order databasesListDocuments as well ex:
databasesListDocuments( databaseId: $databaseId, collectionId: $chatId, // how to filter for example: from_id: $myUid // how to order for example $updatedAt DESC ) { documents { _id data } }
i am having a reach about it i will explain it later
No branches or pull requests
💭 Description
The Graphql documentation only uses authenticated related examples.
Not a single example to query data, update/insert/delete documents etc.
And here I am trying to "guess" what is the name of the mutation to insert a document, since "createDocument" doesn't seem to exist.
Am I missing something?
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: