Hi
I try to evaluate graphql to using it a work.
We always need to write "sql queries" for fetching data and graphql queries will be perfect for us to retrieve data easily and without writing lot of boilerplate code
I only got a problem. It is possible to pass dynamic parameters to an query without defining it ?
For example :
query GetUsersByParams {
usersByParams(params: {firstName: 'John', lastName: 'Franck'}) {
id
firstName
lastName
email
}
}
If you have any tips, it can be awesome :)
Thank's
Remco Boerma
CTO@NPO, python dev, dba
For the record; graphql.org/learn/queries