Skip to content

Commit ff658b5

Browse files
committed
387-Test coverage of getting IDs of CMS page/blocks by GraphQL API
1 parent cf119be commit ff658b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ type StoreConfig @doc(description: "The type contains information about a store
1212

1313
type Query {
1414
cmsPage (
15-
id: Int @doc(description: "Id of the CMS page") @deprecated(reason: "Use `identifier`") @doc(description: "The CMS page query returns information about a CMS page")
15+
id: Int @doc(description: "Id of the CMS page") @deprecated(reason: "The `id` is deprecated. Use `identifier` instead.") @doc(description: "The CMS page query returns information about a CMS page")
1616
identifier: String @doc(description: "Identifier of the CMS page")
1717
): CmsPage @resolver(class: "Magento\\CmsGraphQl\\Model\\Resolver\\Page") @doc(description: "The CMS page query returns information about a CMS page") @cache(cacheTag: "cms_p", cacheIdentity: "Magento\\CmsGraphQl\\Model\\Resolver\\Page\\Identity")
1818
cmsBlocks (

0 commit comments

Comments
 (0)