Interface GraphQLInvalidInputError

All Superinterfaces:
GraphQLErrorObject
All Known Implementing Classes:
GraphQLInvalidInputErrorImpl

Returned when an invalid input has been sent.


Example to create an instance using the builder pattern

     GraphQLInvalidInputError graphQLInvalidInputError = GraphQLInvalidInputError.builder()
             .build()