Interface GraphQLFeatureRemovedError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLFeatureRemovedError extends GraphQLErrorObject

Returned when the requested feature was removed.


Example to create an instance using the builder pattern

     GraphQLFeatureRemovedError graphQLFeatureRemovedError = GraphQLFeatureRemovedError.builder()
             .build()