-
public class GraphQLExtractor.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LongMAX_GRAPHQL_BODY_PEEKpublic final static GraphQLExtractor.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetMAX_GRAPHQL_BODY_PEEK()Maximum number of bytes to peek from a response body when extracting GraphQL errors. -
-
Method Detail
-
getMAX_GRAPHQL_BODY_PEEK
final Long getMAX_GRAPHQL_BODY_PEEK()
Maximum number of bytes to peek from a response body when extracting GraphQL errors.
-
-
-
-