Explorar o código

Add comment about schema

jackh726 %!s(int64=3) %!d(string=hai) anos
pai
achega
9f5ddd6a33
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;