refactor: split gql queries into files

This commit is contained in:
Rongjian Zhang
2022-10-01 03:49:56 +08:00
parent d5f3bd9f24
commit 7b08f4cc07
31 changed files with 615 additions and 639 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# https://docs.github.com/en/graphql/overview/public-schema
curl -o lib/graphql/schema.graphql https://docs.github.com/public/schema.docs.graphql
curl -o lib/gql_github/schema.graphql https://docs.github.com/public/schema.docs.graphql
flutter pub run build_runner watch --delete-conflicting-outputs