UserInputError

  
class UserInputError extends GraphQLError {
  constructor(message: string, options?: GraphQLErrorOptions)
}

Constructor


constructor(message: string, options?: GraphQLErrorOptions)

Parameters

Option Type Description
message string
options GraphQLErrorOptions

Optional. Default is undefined.