-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Sending a GraphQL query is currently a POST /graphql request, so even if the query does not perform any mutation, the CLI is prompting the user to confirm the request
? Do you want to allow the following request:
<unknown endpoint>
route: POST /graphql
query: query($htmlUrl: URI!) {
resource(url: $htmlUrl) {
... on PullRequest {
state
author {
login
}
files(first:2) {
nodes {
path
}
}
commits(last: 1) {
nodes {
commit {
oid
checkSuites(first: 100) {
nodes {
checkRuns(first: 100) {
nodes {
name
conclusion
permalink
}
}
}
}
status {
state
contexts {
state
targetUrl
description
context
}
}
}
}
}
}
}
}
variables: [object Object]
…
❯ yes
no
yes, for all "POST /graphql" requests
yes, for all requests
Metadata
Metadata
Assignees
Labels
No labels