Skip to content

Commit db544c7

Browse files
ENGCOM-6067: Fix GraphQL schema @cache declaration argument typo #24983
- Merge Pull Request #24983 from Vinai/magento2:cacheable-declaration-fix - Merged commits: 1. dcca338
2 parents c60cf10 + dcca338 commit db544c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/GraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ directive @resolver(class: String="") on QUERY
3636
| ENUM_VALUE
3737
| INPUT_OBJECT
3838
| INPUT_FIELD_DEFINITION
39-
39+
4040
directive @typeResolver(class: String="") on INTERFACE | OBJECT
4141

42-
directive @cache(cacheIdentity: String="" cachable: Boolean=true) on QUERY
42+
directive @cache(cacheIdentity: String="" cacheable: Boolean=true) on QUERY
4343

4444
type Query {
4545
}

0 commit comments

Comments
 (0)