Class OneOfTooManyKeysException

All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class OneOfTooManyKeysException extends GraphQLException implements GraphQLError
The input map to One Of Input Types MUST only have 1 entry
See Also:
  • Constructor Details

    • OneOfTooManyKeysException

      public OneOfTooManyKeysException(String message)
  • Method Details