【发布时间】:2017-01-25 20:29:25
【问题描述】:
我有一个 GraphQL 查询。 我不明白为什么它不起作用。
{
repositoryOwner(login: "Naramsim") {
login
repositories(first: 3, isFork: true, orderBy: {field: CREATED_AT}) {
edges {
node {
description
}
}
}
}
}
【问题讨论】:
标签: github graphql github-graphql