Originally posted by **lna1989** March 11, 2024
The "./layer/query/ship.gql" file is present in the Layer and in the project I want override ship.gql . How do this?
Example: https://stackblitz.com/edit/nuxt-starter-kr8arq?file=nuxt.config.ts
### Expected result:
If a file with the same name as layer is present in the project, then it must have priority, and it must be used.
### Actual result:
I see error in console - "Error: Not all operations have an unique name: ships".
Discussed in https://github.com/Diizzayy/nuxt-graphql-client/discussions/472