File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ proc-macro = true
1212[dependencies ]
1313syn = { version = " 1.0" , features = [" full" ] }
1414quote = " 1.0"
15- proc-macro2 = " 1.0.94 "
15+ proc-macro2 = " 1.0.95 "
1616convert_case = " 0.8.0"
1717graphql_client_codegen = " 0.14.0"
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