developer239/react-apollo-graphql

View on GitHub
.graphqlconfig

Summary

Maintainability
Test Coverage
{
  "name": "Node Type ORM GraphQL Schema",
  "schemaPath": "node-type-orm.graphql",
  "extensions": {
    "endpoints": {
      "Default Endpoint": {
        "url": "https://node-type-orm-graphql.herokuapp.com/graphql",
        "introspect": true
      }
    }
  }
}