Interface GraphQLExtensionChainTooDeepError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLExtensionChainTooDeepError extends GraphQLErrorObject

Returned when the Extension dependency chain exceeds 3 layers.


Example to create an instance using the builder pattern

     GraphQLExtensionChainTooDeepError graphQLExtensionChainTooDeepError = GraphQLExtensionChainTooDeepError.builder()
             .build()