From 34ea30b59476bf79e420807aafc8843f510ce937 Mon Sep 17 00:00:00 2001 From: windyboy Date: Wed, 31 Jul 2024 12:34:45 +0800 Subject: [PATCH] refactor: Remove genqlient.yaml configuration file The code changes delete the genqlient.yaml configuration file, as it is no longer needed. This simplifies the project structure and removes unnecessary files. --- genqlient.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 genqlient.yaml diff --git a/genqlient.yaml b/genqlient.yaml deleted file mode 100644 index bfc5f26..0000000 --- a/genqlient.yaml +++ /dev/null @@ -1,6 +0,0 @@ -# Default genqlient config; for full documentation see: -# https://github.com/Khan/genqlient/blob/main/docs/genqlient.yaml -schema: schema.graphql -operations: -- genqlient.graphql -generated: generated.go