Error

{
  "name": "ApolloError",
  "graphQLErrors": [],
  "protocolErrors": [],
  "clientErrors": [],
  "networkError": {
    "name": "ServerError",
    "response": {},
    "statusCode": 400,
    "result": {
      "errors": [
        {
          "message": "Cannot query field 'customPriceV2' on type 'MpcType'. Did you mean 'customPrice'?",
          "locations": [
            {
              "line": 43,
              "column": 5
            }
          ],
          "extensions": {
            "code": "FIELDS_ON_CORRECT_TYPE",
            "codes": [
              "FIELDS_ON_CORRECT_TYPE"
            ],
            "number": "5.3.1",
            "details": "GraphQL.Validation.Errors.FieldsOnCorrectTypeError: Cannot query field 'customPriceV2' on type 'MpcType'. Did you mean 'customPrice'?"
          }
        }
      ]
    }
  },
  "message": "Response not successful: Received status code 400",
  "cause": {
    "name": "ServerError",
    "response": {},
    "statusCode": 400,
    "result": {
      "errors": [
        {
          "message": "Cannot query field 'customPriceV2' on type 'MpcType'. Did you mean 'customPrice'?",
          "locations": [
            {
              "line": 43,
              "column": 5
            }
          ],
          "extensions": {
            "code": "FIELDS_ON_CORRECT_TYPE",
            "codes": [
              "FIELDS_ON_CORRECT_TYPE"
            ],
            "number": "5.3.1",
            "details": "GraphQL.Validation.Errors.FieldsOnCorrectTypeError: Cannot query field 'customPriceV2' on type 'MpcType'. Did you mean 'customPrice'?"
          }
        }
      ]
    }
  }
}