I wanted to turn off introspection on production environment
I have tried using envelop plugins, import { useDisableIntrospection } from '@graphql-yoga/plugin-disable-introspection' however these are supported only on higher versions (2.X and 3.X)
I wanted to turn off introspection on production environment
I have tried using envelop plugins, import { useDisableIntrospection } from '@graphql-yoga/plugin-disable-introspection' however these are supported only on higher versions (2.X and 3.X)