New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hexhive/graphql-server

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hexhive/graphql-server

latest
npmnpm
Version
1.0.2-beta.94
Version published
Maintainers
0
Created
Source

HexHive GraphQL Server

This is a special wrapper library around a basic GraphQL server that enables stitching multiple endpoints into a single graph by the Gateway

Usage

import { HiveGraph } from '@hexhive/graphql-server';

const graphServer = new HiveGraph({
	dev: false, //True disables auth for setting up gqty like libraries on just the schema without messing around with auth tokens
	rootServer: 'https://staging-api.hexhive.io',
	typeDefs: gql`

	`,
	resolvers: {
		
	}
});

Library roles

  • Ensure communications with the gateway use the correct jwks info
  • Try registration plugins on gateways
  • Pass authentication info to the module server implemenetation

FAQs

Package last updated on 17 Sep 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