diff --git a/apps/site/pages/docs/api-extensions/extending-queries-using-fragments.mdx b/apps/site/pages/docs/api-extensions/extending-queries-using-fragments.mdx index 10c0a885fe..83723d96f0 100644 --- a/apps/site/pages/docs/api-extensions/extending-queries-using-fragments.mdx +++ b/apps/site/pages/docs/api-extensions/extending-queries-using-fragments.mdx @@ -49,7 +49,7 @@ Even though you can add information to the FastStore API schema, you must be car - The name of the file should match the name of the query you want to extend. + The name of the file should match the name of the query you want to extend without the Query suffix. In our example we're extending the `ServerProductQuery`, so the fragment file must be `ServerProduct.ts`. ### Step 2: Define the GraphQL fragment