We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faaecd commit c617016Copy full SHA for c617016
order-routing/rust/fulfillment-constraints/default/src/run.rs
@@ -4,6 +4,7 @@ use shopify_function::Result;
4
use serde::{Deserialize, Serialize};
5
6
#[derive(Serialize, Deserialize, Default, PartialEq)]
7
+#[allow(dead_code)]
8
struct Config {}
9
10
#[shopify_function_target(query_path = "src/run.graphql", schema_path = "schema.graphql")]
0 commit comments