Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Add .yaml to graphql config name #21

Open
wants to merge 1 commit into
base: GraphQLBinding
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/GraphQL-Binding/04-Creating-your-own-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ graphql-binding \

For convenience, you can achieve the same by using the `codegen` command from the GraphQL CLI in combination with a `.graphqlconfig` file.

Assuming you have the following `.graphqlconfig` file available in your project:
Assuming you have the following `.graphqlconfig.yaml` file available in your project:

```yaml
projects:
Expand Down