← back to Shopify Sample Shipping

verification/country-schema.json

83 lines

{
  "country": {
    "inputFields": [
      {
        "name": "code",
        "type": {
          "kind": "ENUM",
          "name": "CountryCode",
          "ofType": null
        }
      },
      {
        "name": "restOfWorld",
        "type": {
          "kind": "SCALAR",
          "name": "Boolean",
          "ofType": null
        }
      },
      {
        "name": "provinces",
        "type": {
          "kind": "LIST",
          "name": null,
          "ofType": {
            "kind": "NON_NULL",
            "name": null
          }
        }
      },
      {
        "name": "includeAllProvinces",
        "type": {
          "kind": "SCALAR",
          "name": "Boolean",
          "ofType": null
        }
      }
    ]
  },
  "participant": {
    "fields": [
      {
        "name": "adaptToNewServicesFlag"
      },
      {
        "name": "carrierService"
      },
      {
        "name": "fixedFee"
      },
      {
        "name": "id"
      },
      {
        "name": "participantServices"
      },
      {
        "name": "percentageOfRateFee"
      }
    ]
  },
  "countryOut": {
    "fields": [
      {
        "name": "code"
      },
      {
        "name": "id"
      },
      {
        "name": "name"
      },
      {
        "name": "provinces"
      },
      {
        "name": "translatedName"
      }
    ]
  }
}