Interface GraphQLExtensionChainTooDeepError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLExtensionChainTooDeepErrorImpl

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