Commit 3536da2a authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '238578-add-tokenid-to-dast-site-token-create-mutation' into 'master'

Add token-id to dastSiteTokenCreateMutation

See merge request gitlab-org/gitlab!42547
parents ed8236e5 8bbcd2b9
mutation dastSiteTokenCreate($projectFullPath: ID!, $targetUrl: String!) {
dastSiteTokenCreate(input: { projectFullPath: $projectFullPath, targetUrl: $targetUrl }) {
id
token
errors
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment