Commit 8bbcd2b9 authored by Dave Pisek's avatar Dave Pisek

Add token-id to dastSiteTokenCreateMutation

The id is needed when creating a site validation mutation.

Note: The component that is consuming the mutation is already
assuming the id is within the response data.
parent 74a33e37
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