This website requires JavaScript.
Explore
Help
Sign In
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
9dde272671
gitlab-org--gitlab-foss
/
spec
/
fixtures
/
api
/
graphql
/
recursive-introspection.graphql
18 lines
232 B
GraphQL
Raw
Normal View
History
Unescape
Escape
Check for recursion and fail if too recursive - List all overly-recursive fields - Reduce recursion threshold to 2 - Add test for not-recursive-enough query - Use reusable methods in tests - Add changelog - Set changeable acceptable recursion level - Add error check test helpers
2019-08-22 10:17:38 -04:00
query
allSchemaTypes
{
__schema
{
type
s
{
fields
{
Add latest changes from gitlab-org/gitlab@master
2020-02-03 19:09:04 -05:00
type
{
Check for recursion and fail if too recursive - List all overly-recursive fields - Reduce recursion threshold to 2 - Add test for not-recursive-enough query - Use reusable methods in tests - Add changelog - Set changeable acceptable recursion level - Add error check test helpers
2019-08-22 10:17:38 -04:00
fields
{
type
{
fields
{
Add latest changes from gitlab-org/gitlab@master
2020-02-03 19:09:04 -05:00
name
Check for recursion and fail if too recursive - List all overly-recursive fields - Reduce recursion threshold to 2 - Add test for not-recursive-enough query - Use reusable methods in tests - Add changelog - Set changeable acceptable recursion level - Add error check test helpers
2019-08-22 10:17:38 -04:00
}
}
}
}
}
}
}
Add latest changes from gitlab-org/gitlab@master
2020-02-03 19:09:04 -05:00
}
Copy permalink