From 89d77b0607f42b69eb5efcd189bb9e57d7ad0d08 Mon Sep 17 00:00:00 2001 From: Lalli Nuorteva Date: Sat, 26 Jan 2019 18:23:24 +0200 Subject: [PATCH] Add .yaml to graphql config name `graphql codegen` does not work without the .yaml prefix --- content/GraphQL-Binding/04-Creating-your-own-Binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/GraphQL-Binding/04-Creating-your-own-Binding.md b/content/GraphQL-Binding/04-Creating-your-own-Binding.md index 9ed648d..9348180 100644 --- a/content/GraphQL-Binding/04-Creating-your-own-Binding.md +++ b/content/GraphQL-Binding/04-Creating-your-own-Binding.md @@ -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: