Skip to content

Commit 7aea278

Browse files
committed
fix(graphql-model-transformer): add custom queries link
1 parent e854e06 commit 7aea278

File tree

1 file changed

+3
-1
lines changed
  • src/pages/gen1/[platform]/build-a-backend/graphqlapi/data-modeling

1 file changed

+3
-1
lines changed

src/pages/gen1/[platform]/build-a-backend/graphqlapi/data-modeling/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,9 @@ Declaring custom Query, Mutation, and/or Subscription with the same field names
11431143
</Callout>
11441144

11451145
<Callout info>
1146-
Amplify directives are not supported on the extended type definitions.
1146+
Amplify directives are currently not supported on the extended type definitions. You can use the extend keyword to organize custom queries, mutations, and subscriptions that use [custom resolvers](https://docs.amplify.aws/gen1/react/build-a-backend/graphqlapi/best-practice/batch-put-custom-resolver/).
1147+
1148+
For the latest updates and potential future enhancements, please track the ongoing discussion in [GitHub Issue #3036](https://github.com/aws-amplify/amplify-category-api/issues/3036).
11471149
</Callout>
11481150

11491151
## How it works

0 commit comments

Comments
 (0)