diff --git a/src/envelopePlugin.ts b/src/envelopePlugin.ts index 3201def..c1af02d 100644 --- a/src/envelopePlugin.ts +++ b/src/envelopePlugin.ts @@ -1,3 +1,4 @@ +/* eslint-disable react-hooks/rules-of-hooks */ import { useGenericAuth } from '@envelop/generic-auth' import { MeshPlugin } from '@graphql-mesh/types'