Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cardano-sdk/cardano-graphql

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cardano-sdk/cardano-graphql

Cardano GraphQL Providers

  • 0.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by500%
Maintainers
1
Weekly downloads
 
Created
Source

Cardano JS SDK | Cardano GraphQL

This package implements StakePoolSearchProvider using GraphQL

Server-side usage

This package:

  1. Generates GraphQL SDL schema from TypeScript types (yarn build:schema, also part of yarn build) => dist/schema.graphql
  2. Generates Dgraph schema (yarn build:schema:dgraph; requires local dgraph server running at port 8080, see docker-compose.yml) => dist/dgraph.graphql
  3. Generates dgraph client from Dgraph schema and operations, which can then be used to implement *Provider interfaces (yarn generate)

Tests

See code coverage report

FAQs

Package last updated on 09 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc