Hi Team,
Can you please help with the below queries:
1.For Pipefy GraphQL is there any query depth?
2.How can we check the Pipefy GraphQL query depth?
3.Is there any way that we can the change the query depth?
To Clarify you more please consider the below points:
Query depth:The depth is the number of nesting levels of the field.
For example
The following is a query with a depth of 3.
{
a {
b {
c
}
}
}
Please go through the below link
https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html#:~:text=%E2%9A%A0%EF%B8%8FGraphQL%20provides%20a%20powerful,of%20the%20queries%20you%20allow.
Likeweise, we want to know for Pipefy is there any query depth?
The query which we have inquiring is of more technical, can you please involve your Dev team and confirm on the details.
Thanks