Skip to main content

RELATED_PROJECTS

Constant RELATED_PROJECTS 

Source
pub const RELATED_PROJECTS: &str = r#"query($id:ID!,$first:Int!,$after:String!){node(id:$id){... on Issue{projectItems(first:$first,after:$after){nodes{project{id}}pageInfo{hasNextPage endCursor}}}}}"#;
Expand description

Continues the projects connection for an issue related to a dependency.