blob: fec5eed0a68a578f0017246fd4fb2c27a89a0166 [file] [log] [blame]
{
"query": "mutation ($p: CreateProjectInput!){createProject(input:$p){project{id}}}",
"variables": {
"p": {
"project": {
"projectName": "Apache Arrow",
"projectUrl": "https://www.arrow.apache.org",
"repoUrl": "https://www.github.com/apache/arrow"
}
}
}
}