Socket
Socket
Sign inDemoInstall

@cardano-sdk/cardano-graphql

Package Overview
Dependencies
65
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cardano-sdk/cardano-graphql

Cardano GraphQL Providers


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 09 Dec 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc