File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shopify_function_macro/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ fn extract_shopify_function_return_type(ast: &syn::ItemFn) -> Result<&syn::Ident
277277///
278278/// The macro takes the following parameters:
279279/// - `query_path`: A path to a GraphQL query, whose result will be used
280- /// as the input for the function invocation. The query MUST be named "Input".
280+ /// as the input for the function invocation. The query MUST be named "Input".
281281/// - `schema_path`: A path to Shopify's GraphQL schema definition. Use the CLI
282282/// to download a fresh copy.
283283/// - `target` (optional): The API-specific handle for the target if the function name does not match the target handle as `snake_case`
@@ -395,7 +395,7 @@ pub fn shopify_function_target(
395395///
396396/// The macro takes the following parameters:
397397/// - `query_path`: A path to a GraphQL query, whose result will be used
398- /// as the input for the function invocation. The query MUST be named "Input".
398+ /// as the input for the function invocation. The query MUST be named "Input".
399399/// - `schema_path`: A path to Shopify's GraphQL schema definition. Use the CLI
400400/// to download a fresh copy.
401401/// - `extern_enums` (optional): A list of Enums for which an external type should be used.
You can’t perform that action at this time.
0 commit comments