We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object literal may only specify known properties, and 'resolvers' does not exist in type 'MercuriusFederationOptions' Same for loaders.
Object literal may only specify known properties, and 'resolvers' does not exist in type 'MercuriusFederationOptions'
loaders
Not sure why as it's built off of MercuriusOptions that join with MercuriusGatewayOptions | MercuriusSchemaOptions
MercuriusOptions
MercuriusGatewayOptions | MercuriusSchemaOptions
Reproduction here https://codesandbox.io/s/vibrant-scott-wzs1bh
The text was updated successfully, but these errors were encountered:
@mcollina I think this issue was resolved with the update of mercurius dependency in this commit
mercurius
Following the changes into mercurius repo, the issue was related to this commit at ./index.d.ts:475
./index.d.ts:475
Sorry, something went wrong.
No branches or pull requests
Object literal may only specify known properties, and 'resolvers' does not exist in type 'MercuriusFederationOptions'
Same for
loaders
.Not sure why as it's built off of
MercuriusOptions
that join withMercuriusGatewayOptions | MercuriusSchemaOptions
Reproduction here https://codesandbox.io/s/vibrant-scott-wzs1bh
The text was updated successfully, but these errors were encountered: