Interface GraphQLExtensionDependencyExistsError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLExtensionDependencyExistsError extends GraphQLErrorObject

Returned when attempting to delete an Extension that is a prerequisite for other Extensions.


Example to create an instance using the builder pattern

     GraphQLExtensionDependencyExistsError graphQLExtensionDependencyExistsError = GraphQLExtensionDependencyExistsError.builder()
             .build()