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 991831f commit e8bb42eCopy full SHA for e8bb42e
example_with_targets/README.md
@@ -78,7 +78,8 @@ export = "function_b"
78
79
- `target`: the API-specific handle for the target implemented by the Wasm function
80
- `input_query`: the path to the target-specific input query file
81
-- `export`: the name of the Wasm function export to run
+- `export` (optional): the name of the Wasm function export to run
82
+ - default: the target handle as `snake_case`
83
84
## `shopify_function_target` usage
85
0 commit comments