File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ proc-macro = true
12
12
[dependencies ]
13
13
syn = { version = " 1.0" , features = [" full" ] }
14
14
quote = " 1.0"
15
- proc-macro2 = " 1.0.94 "
15
+ proc-macro2 = " 1.0.95 "
16
16
convert_case = " 0.8.0"
17
17
graphql_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
277
277
///
278
278
/// The macro takes the following parameters:
279
279
/// - `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".
281
281
/// - `schema_path`: A path to Shopify's GraphQL schema definition. Use the CLI
282
282
/// to download a fresh copy.
283
283
/// - `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(
395
395
///
396
396
/// The macro takes the following parameters:
397
397
/// - `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".
399
399
/// - `schema_path`: A path to Shopify's GraphQL schema definition. Use the CLI
400
400
/// to download a fresh copy.
401
401
/// - `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