New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@grandstack/graphql-architect-editor-monaco

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grandstack/graphql-architect-editor-monaco

A wrapper for monaco-graphql editor to be used with GraphQL Architect for creating GraphQL schemas

  • 0.0.12
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

GraphQL Architect Editor Monaco

A wrapper for monaco-graphql editor to be used with GraphQL Architect for creating GraphQL schemas

Try it in the live demo.

Goals

  • Schema aware auto-complete and syntax highlighting for GraphQL type definitions
  • Including neo4j-graphql.js specific directives (@cypher, @relation, etc)
  • Command palette helpers for schema creation (right-click add cypher directive, etc)

Usage

npm install --save @grandstack/graphql-architect-editor-monaco

then

import GraphQLMonaco "@grandstack/graphql-architect-editor-monaco"
const App = () => (
  <div style={{ display: "flex" }}>
    <div className="full-height column">
      <div id="operation" style={{ height: "70vh" }}>
        <GraphQLMonaco />
      </div>
    </div>
  </div>
);
render(<App />, document.getElementById("root"));

See example

API

TODO: props, config, styling, etc...

FAQs

Package last updated on 03 Aug 2020

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