We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 console generates the following query
{ "type": "bulk", "args": [ { "type": "create_remote_relationship", "args": { "name": "foo", . . "remote_field": { "hge_remote_addresses": { "arguments": { "where": { "_and": { "id": { "_eq": "$id" }, "floor": { "_eq": "$location_id" } . . }
The _and is generated as an object. It should be an array This gives the following error
_and
{ "path": "$.args[0].args", "error": "ExpectedTypeButGot (TypeNamed (Nullability {unNullability = True}) (NamedType {unNamedType = Name {unName = \"String\"}})) (TypeNamed (Nullability {unNullability = True}) (NamedType {unNamedType = Name {unName = \"Int\"}})) :| []", "code": "remote-schema-error" }
The text was updated successfully, but these errors were encountered:
@nizar-m could you open this issue against the original repository https://github.com/hasura/graphql-engine?
Sorry, something went wrong.
No branches or pull requests
The console generates the following query
The
_and
is generated as an object. It should be an arrayThis gives the following error
The text was updated successfully, but these errors were encountered: