rapidql icon indicating copy to clipboard operation
rapidql copied to clipboard

Add conditionals

Open iddogino opened this issue 8 years ago • 1 comments

Be able to procede down the nodes tree only if a certain condition is kept (get all results from DB, for each result, if A, than continue...)

iddogino avatar Jan 17 '18 16:01 iddogino

This is how GraphQL handles it: https://graphql.org/learn/queries/#directives

iddogino avatar Jun 17 '18 20:06 iddogino