問題タブ [github-graphql]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
3 に答える
809 参照

security - GitHub API または GraphQL を介して脆弱性アラートを有効にする方法

高低を検索しましたが、API を介して GitHub 脆弱性アラートを有効にする方法を教えてくれるものは見つかりません。逆に、サポートされていないと言っているものは見つかりません。

APIドキュメントがサポートされている場合、どこでAPIドキュメントを見つけることができるか知っている人はいますか? 私は自分のオリジネーションのために GitHub への移行を完了したばかりで、約 750 のリポジトリがあるため、それらをすべて手動で有効にすることは... 理想的とは言えません。

0 投票する
3 に答える
854 参照

c# - Creating GraphQL mutation

I have the following sample mutation:

I'm using .net GraphQL client. I would like to somehow pass lineItems list to this query. I did the following:

C# code:

I keep getting:

GraphQLHttpException: Unexpected HttpResponseMessage with code: BadRequest

Is there a way to do this? or do I have to replace within a string?

EDIT:

I've tried this (and 20 other ways and still getting errors). All i'm trying to do is pass in a list of LineItems.

Json request looks like this: