josh-github-codegen-graphql 26.5.8

GitHub GraphQL codegen for Josh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(unused_imports)]
#![allow(clippy::needless_borrow)]

use chrono::{TimeZone, Utc};
use url::Url;

pub type Id = String;
pub type GitObjectId = String;
pub type NodeId = String;
pub type Uri = Url;
pub type DateTime = chrono::DateTime<Utc>;

include!(concat!(env!("OUT_DIR"), "/generated.rs"));