Add objective query#11
Conversation
|
Hey @zacck I'll do the tests. Can you explain to me why is the input objects important? For me they only make the query more complex and I can't see any benefits for using it. For filters or more complex inputs it is completely fine, but even in the GraphQL project home page they don't use it: |
|
@lucca65 I wouldn't expect them to show them in the Graphql homepage since, it adds to the learning curve. In any case input objects introduce ease of auto generation of code as we do with the It's one of those things I have picked up working with multiple graphql APIs let me know if I can send you more texts to justify if you need ... |
* Add objective query * Use input objects for uniformity and ease

No description provided.