GraphQL deeply nested relations
I see
https://github.com/drizzle-team/drizzle-graphql/releases/tag/0.7.0
has a depth limit of 2 (and 2nd does not have relations). Is there anyway to make the second have relations / have depth limit of 3 maybe...
I am doing a query
but
particularly because of the depth limit of 2
https://github.com/drizzle-team/drizzle-graphql/releases/tag/0.7.0
has a depth limit of 2 (and 2nd does not have relations). Is there anyway to make the second have relations / have depth limit of 3 maybe...
I am doing a query
but
user is not resolving GitHub
Added deep relations
: How deep?
For each branch of table's relations, they are generated until the same table gets used twice. Upon second hit, table will still be generated, but will have ...
For each branch of table's relations, they are generated until the same table gets used twice. Upon second hit, table will still be generated, but will have ...