Interface GraphQLObjectNotFoundError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLObjectNotFoundErrorImpl

Returned when the requested resource was not found.


Example to create an instance using the builder pattern

     GraphQLObjectNotFoundError graphQLObjectNotFoundError = GraphQLObjectNotFoundError.builder()
             .build()