Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 GitHub 的 GraphQL API 创建一个要点。虽然,我找不到要使用的突变。
我尝试在文档中搜索突变,但没有匹配addGist。
addGist
是否还有一种方法可以使用 GraphQL 发出 POST 请求来创建要点,或者我是否需要使用许多GitHub 的 API 端点?