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
I created a query like
query Customers{ customer( filter: { id: {endsWith: "_CON" } } ) { endCursor hasNextPage items { id } } }
I received an empty json response, although the database contains customers with ids ending like "_CON".
I investigated the SQL queries the database receives and found this.
WHERE Id LIKE '%\_CON'
1.2.11+c7ca8db8558a63919c530e454c8f18b45d5b931c
Azure SQL
Container Apps, Local (including CLI)
GraphQL
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I created a query like
I received an empty json response, although the database contains customers with ids ending like "_CON".
I investigated the SQL queries the database receives and found this.
WHERE Id LIKE '%\_CON'
Version
1.2.11+c7ca8db8558a63919c530e454c8f18b45d5b931c
What database are you using?
Azure SQL
What hosting model are you using?
Container Apps, Local (including CLI)
Which API approach are you accessing DAB through?
GraphQL
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: