Interface GraphQLResourceSizeLimitExceededError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLResourceSizeLimitExceededError extends GraphQLErrorObject

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()