Package graphql.analysis
Class QueryDepthInfo.Builder
- java.lang.Object
-
- graphql.analysis.QueryDepthInfo.Builder
-
- Enclosing class:
- QueryDepthInfo
@PublicApi public static class QueryDepthInfo.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryDepthInfo
build()
QueryDepthInfo.Builder
depth(int depth)
The query depth.
-
-
-
Method Detail
-
depth
public QueryDepthInfo.Builder depth(int depth)
The query depth.- Parameters:
depth
- the depth complexity- Returns:
- this builder
-
build
public QueryDepthInfo build()
- Returns:
- a built
QueryDepthInfo
object
-
-