You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printError(newError(`A config requires a "${name}" field`));
consthasUnnecessaryPlugin=raw.plugins.some((p)=>{
constname=typeofp==='string' ? p : Object.keys(p)[0];
returnname==='typescript';
});
(maybe this is referring to the global dom name and ts accepts it?)
so the error report does not report the error
edit: some context
schema: "http://localhost:3000/graphql"
# documents: "app/javascript/**/*.gql" # commented this line, which is probably my issue
plugins:
- typescript-operations
- typescript-react-apollo
The text was updated successfully, but these errors were encountered:
Grohden
changed the title
ReferenceError: name is not defined ReferenceError: name is not defined
ReferenceError: name is not defined
Aug 5, 2022
I don't know why, but this
name
variable is not available for this function:graphql-let/src/lib/config.ts
Lines 34 to 40 in 741deff
(maybe this is referring to the global dom
name
and ts accepts it?)so the error report does not report the error
edit: some context
The text was updated successfully, but these errors were encountered: