Skip to content

Commit f5a26e1

Browse files
ENGCOM-6067: Fix GraphQL schema @cache declaration argument typo #24983
2 parents 05fe43d + db544c7 commit f5a26e1

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)