Class OneOfNullValueException

All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class OneOfNullValueException extends GraphQLException implements GraphQLError
The input map to One Of Input Types MUST only have 1 entry with a non null value
See Also:
  • Constructor Details

    • OneOfNullValueException

      public OneOfNullValueException(String message)
  • Method Details