🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

graphql-effect

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-effect

Make your GraphQL Schema to allow use Effect

0.1.0
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

graphql-effect

Make your GraphQL Schema to allow use Effect.

Install

$ yarn add graphql-effect

Usage

import { enableExecuteEffect } from "graphql-effect";

declare const yourSchema: import("graphql").GraphQLSchema;
const schema = enableExecuteEffect(yourSchema);

API

enableExecuteEffect(schema, runtime?)

Converts the given GraphQLSchema. The Effect.Effect will be available as a result of the field resolver.

License

MIT

Keywords

effect

FAQs

Package last updated on 19 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts