Skip to content

Commit

Permalink
fix(graphql-model-transformer): callout extend type support limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
sundersc committed Jan 27, 2025
1 parent ea5dd67 commit 7f4e178
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1142,6 +1142,9 @@ Declaring custom Query, Mutation, and/or Subscription with the same field names
`🛑 Object type extension 'Query' cannot redeclare field getBlogById`
</Callout>

<Callout info>
The 'extend' keyword can only be applied to GraphQL Queries, Mutations, and Subscriptions. Amplify directives are not supported on these extended type definitions.
</Callout>

## How it works

Expand Down

0 comments on commit 7f4e178

Please sign in to comment.