Interface GraphQLInvalidInputError

All Superinterfaces:
GraphQLErrorObject

public interface GraphQLInvalidInputError extends GraphQLErrorObject

Returned when an invalid input has been sent.


Example to create an instance using the builder pattern

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