Tag: next.js13
-
Invariant Violation APOLLO: Using next.js and ts
0 I get an Invariant Violation when using the apollo client on react, specifically when I use the ApolloProvider. If I delete those ApolloProvider lines the problem goes, also I already tried removing the provider from Next-Auth. I’m using typescript and I don’t know if the declaration of the apollo configuration is correct. This is […]
-
Error: No operations or fragments found to generate code for
0 I am getting this error while using the following command: $ apollo client:codegen –localSchemaFile schema.graphql –target typescript Error – ⚠️ It looks like there are 0 files associated with this Apollo Project. This may be because you don’t have any files yet, or your incluudes/excludes fields are configured incorrectly, and Apollo can’t find your […]