瀏覽代碼

Add comment about schema

jackh726 3 年之前
父節點
當前提交
9f5ddd6a33
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/github/graphql.rs

+ 1 - 0
src/github/graphql.rs

@@ -1,6 +1,7 @@
 use anyhow::Context;
 use async_trait::async_trait;
 
+// This schema can be downloaded from https://docs.github.com/en/graphql/overview/public-schema
 #[cynic::schema_for_derives(file = "src/github/github.graphql", module = "schema")]
 mod queries {
     use super::schema;