Interface GraphQLExtensionChainTooWideError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLExtensionChainTooWideError extends GraphQLErrorObject

Returned when an Extension declares more than 5 direct dependencies.


Example to create an instance using the builder pattern

     GraphQLExtensionChainTooWideError graphQLExtensionChainTooWideError = GraphQLExtensionChainTooWideError.builder()
             .build()