Class InputMapDefinesTooManyFieldsException

All Implemented Interfaces:
GraphQLError, Serializable

@PublicApi public class InputMapDefinesTooManyFieldsException extends GraphQLException implements GraphQLError
https://facebook.github.io/graphql/#sec-Input-Objects - This unordered map should not contain any entries with names not defined by a field of this input object type, otherwise an error should be thrown.
See Also:
  • Constructor Details

    • InputMapDefinesTooManyFieldsException

      public InputMapDefinesTooManyFieldsException(GraphQLType graphQLType, String fieldName)
  • Method Details