You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation it is stated, that it is possible to run existing DataConnect Queries & Mutations from the firebase-admin/data-connect SDK.
However in the docs it is only described how to run "raw" graphql queries & mutations.
And as far as i can tell from looking at the code, that is all that is implemented regarding dataConnect.
Even when importing the "normal" dataconnect library and trying to use the existing queries & mutations from there, it results in errors.
Is it just not possible or is there any way, which just is not documented?
The text was updated successfully, but these errors were encountered:
The Admin SDK currently does not support running generated queries and mutations. We currently do not have a timeline on the release but this feature request is on our radar and we are actively looking into it.
The part on the documentation you highlighted in the link is for arbitrary GraphQL queries, which are currently supported by the Admin SDK.
I will close this issue for now as it is a duplicate of #2823 and we will use #2823 to track any progress on this. Thanks!
In the documentation it is stated, that it is possible to run existing DataConnect Queries & Mutations from the firebase-admin/data-connect SDK.
However in the docs it is only described how to run "raw" graphql queries & mutations.
And as far as i can tell from looking at the code, that is all that is implemented regarding dataConnect.
Even when importing the "normal" dataconnect library and trying to use the existing queries & mutations from there, it results in errors.
Is it just not possible or is there any way, which just is not documented?
The text was updated successfully, but these errors were encountered: