Open
Description
Types for cart.lines not generated
query Input {
deliveryCustomization {
metafield(namespace: "$app:checkout-delivery-by-product-data", key: "function-configuration") {
value
}
}
cart {
lines {
cost {
totalAmount {
amount
}
}
}
deliveryGroups {
deliveryOptions {
title
handle
}
}
}
}
It works fine if I change query_path
and schema_path
to like this: (Note missing ./
before file name)
generate_types!(
query_path = "input.graphql",
schema_path = "schema.graphql"
);
Metadata
Metadata
Assignees
Labels
No labels