Interface GraphQLResourceSizeLimitExceededError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLResourceSizeLimitExceededErrorImpl

Returned when the resource exceeds the maximum allowed size of 16 MB.


Example to create an instance using the builder pattern

     GraphQLResourceSizeLimitExceededError graphQLResourceSizeLimitExceededError = GraphQLResourceSizeLimitExceededError.builder()
             .build()