Skip to content

Commit 8e6d4c7

Browse files
author
Enda
authored
Merge pull request #1488 from craicoverflow/graphback-docs
docs(generate): update generate command docs
2 parents fcebd97 + a76d3ac commit 8e6d4c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Some of the available Plugins are:
9595

9696
- [`init`](https://github.com/Urigo/graphql-cli/tree/focs/packages/commands/init) - Creates a GraphQL project using a template or GraphQL Config file for your existing project.
9797
- [`codegen`](https://github.com/dotansimha/graphql-code-generator/tree/master/packages/graphql-cli-codegen-plugin) - GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates. [Learn More](https://graphql-code-generator.com)
98-
- [`generate`](https://github.com/Urigo/graphql-cli/tree/master/packages/commands/generate) - Generate DB, schema, document and resolvers for your GraphQL project by using [GraphBack](https://graphback.dev).
98+
- [`generate`](https://github.com/Urigo/graphql-cli/tree/master/packages/commands/generate) - Generate schema and client-side documents for your GraphQL project by using [Graphback](https://graphback.dev).
9999
- [`coverage`](https://github.com/kamilkisiela/graphql-inspector/tree/master/packages/graphql-cli/common) - Schema coverage based on documents. Find out how many times types and fields are used in your application using [GraphQL Inspector](https://graphql-inspector.com/docs/essentials/coverage).
100100
- [`diff`](https://github.com/kamilkisiela/graphql-inspector/tree/master/packages/graphql-cli/diff) - Compares schemas and finds breaking or dangerous changes using [GraphQL Inspector](https://graphql-inspector.com/docs/essentials/diff).
101101
- You can also compare your current schema against a base schema using URL, Git link and local file. You can give this pointer in the command line after `graphql diff` or in GraphQL Config file:

packages/commands/generate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-cli/generate",
3-
"description": "Generate DB, schema, document and resolvers for your GraphQL project by using GraphBack.",
3+
"description": "Generate schema and client-side documents for your GraphQL project by using Graphback.",
44
"version": "4.0.0",
55
"license": "MIT",
66
"main": "dist/index.js",

website/docs/command-generate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: generate
44
sidebar_label: generate
55
---
66

7-
Generate DB, schema, document and resolvers for your GraphQL project by using [GraphBack](https://graphback.dev).
7+
Generate schema and client documents for your GraphQL project by using [Graphback](https://graphback.dev).
88

99
### Installation
1010

0 commit comments

Comments
 (0)