From b3ebccf52b5a882c250315616195729f25e2667f Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 16 Aug 2024 14:56:30 -0400 Subject: [PATCH] docs: add line about how the file is generated to docs --- documentation/topics/sdl-file.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/topics/sdl-file.md b/documentation/topics/sdl-file.md index 91a5283..13f3db8 100644 --- a/documentation/topics/sdl-file.md +++ b/documentation/topics/sdl-file.md @@ -16,6 +16,9 @@ use AshGraphql, > to your `.gitignore`, or you can remove the `generate_sdl_file` option to skip > generating the file. +With the `generate_sdl_file` option, calls to `mix ash.codegen ` will generate +a `.graphql` file at the specified path. + Some things that you can use this SDL file for: ## Documentation