fixed graphql docs, added graphql tutorial

This commit is contained in:
Wyatt Johnson
2018-03-20 15:39:38 -06:00
parent 55e829ca66
commit ff24f521be
10 changed files with 246 additions and 50 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
// TODO: Adjust `RootQuery.asset(id: ID, url: String)` to instead be
// `RootQuery.asset(id: ID, url: String!)` because we'll always need the url, if
// this change is done now everything will likely break on the front end.
const fs = require('fs');
const path = require('path');
const { mergeStrings } = require('gql-merge');
const { mergeStrings } = require('@coralproject/gql-merge');
const debug = require('debug')('talk:graph:typeDefs');
const plugins = require('../services/plugins');