Envelop

The GraphQL plugin system

v4 (latest)v3v2Plugins
GitHubGitHub
  • useSentry
  • useStatsD
  • useSchema
  • useSchemaByContext
  • useValidationRule
  • useErrorHandler
  • useMaskedErrors
  • useEngine
  • useExtendContext
  • useImmediateIntrospection
  • useLogger
  • usePayloadFormatter
  • useGraphQLJit
  • useParserCache
  • useValidationCache
  • useDataLoader
  • useApolloTracing
  • useApolloDataSources
  • useOpenTelemetry
  • useGenericAuth
  • useAuth0
  • useGraphQLModules
  • useRateLimiter
  • useDisableIntrospection
  • useFilterAllowedOperations
  • usePreloadAssets
  • usePersistedOperations
  • useHive
  • useNewRelic
  • useLiveQuery
  • useFragmentArguments
  • useApolloServerErrors
  • useOperationFieldPermissions
  • useExtendedValidation
  • usePrometheus
  • useContextValuePerExecuteSubscriptionEvent
  • useResourceLimitations
  • useResponseCache
  • useApolloFederation
  • maxAliasesPlugin
  • maxDepthPlugin
  • maxDirectivesPlugin
  • maxTokensPlugin
  • blockFieldSuggestions
  • useInngest

On This Page

  • useEngine
Question? Give us feedback →Edit this page
Plugins
useEngine

useEngine

Package nameWeekly DownloadsVersionLicenseUpdated
@envelop/coreDownloadsVersionLicenseFeb 10th, 2025

useEngine

This plugin can be used to customize the GraphQL Engine.

import { execute, parse, specifiedRules, subscribe, validate } from 'graphql'
import { envelop, useEngine } from '@envelop/core'
 
const getEnveloped = envelop({
  plugins: [
    useEngine({
      parse,
      validate,
      specifiedRules,
      execute,
      subscribe
    })
  ]
})
useMaskedErrorsuseExtendContext

PRODUCTS

  • Hive
  • Mesh
  • Yoga
  • Conductor
  • Envelop
  • Stitching
  • Inspector
  • Code Generator
  • Tools
  • Modules
  • ESLint
  • Config
  • feTS
  • Scalars
  • SOFA
  • Angular
  • WhatsApp
  • KitQL
  • WS
  • SSE
  • heltin
  • Nextra

RESOURCES

  • Press Kit

COMPANY

  • About
  • Blog
  • Newsletter
  • Open Source
  • Services
  • GitHub

COMMUNITY

  • Twitter
  • LinkedIn
  • Discord
  • Medium
  • YouTube
Cloud Security Alliance Star Level One Badge