GraphQL Architect Editor Monaco
A wrapper for monaco-graphql editor to be used with GraphQL Architect for creating GraphQL schemas
![](img/gaem.png)
Try it in the live demo.
Goals
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...