Solved

Query Depth in Pipefy GraphQL

  • 12 January 2024
  • 4 replies
  • 84 views

Userlevel 1

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

icon

Best answer by mario-ramos 16 January 2024, 18:01

View original

4 replies

Userlevel 7

Hi @prasad-bhojane !

You can find more details here: https://developers.pipefy.com/

If you still have dificulties, please let me know!

Userlevel 1

Hi @Lais Laudari ,

 

Thank you for your reply.

 

From the above link we couldn’t find any info on Maximum Query Depth in Pipefy GraphQL.

 

Can you please check with your technical team and let us know about the same.

 

 

Thanks

Userlevel 7

Hi @prasad-bhojane,

Our technical team will clarify this shortly here in the comments😉

Userlevel 2

Hi, @prasad-bhojane,

Today we recommend that you adhere to the following limitations when using the Pipefy GraphQL API.

max_complexity 100
max_depth 15

If you have any questions, feel free to call us.

Thanks!

Reply