Interface GraphQLFeatureRemovedError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLFeatureRemovedErrorImpl

Returned when the requested feature was removed.


Example to create an instance using the builder pattern

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