← back to Shopify Sample Shipping
verification/condition-schema.json
52 lines
{
"a": null,
"b": null,
"c": {
"inputFields": [
{
"name": "value",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "Float"
}
}
},
{
"name": "unit",
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "ENUM",
"name": "WeightUnit"
}
}
}
]
},
"d": {
"inputFields": [
{
"name": "criteria",
"type": {
"kind": "INPUT_OBJECT",
"name": "WeightInput",
"ofType": null
}
},
{
"name": "operator",
"type": {
"kind": "ENUM",
"name": "DeliveryConditionOperator",
"ofType": null
}
}
]
},
"e": null
}