Skip to main content

COMMENT

Constant COMMENT 

Source
pub const COMMENT: &str = "query($id:String){ comment(id:$id){ id archivedAt issue{id} } }";
Expand description

Place one comment: which issue it is on, if any.

$id is a nullable String because that is what Query.comment declares — it also takes a hash instead — and a variable has to be exactly its argument’s type.