Skip to content

Make dastScanCreate mutation client-only

What does this MR do?

This adds the @client directive to the dastScanCreate mutation. This is done to pass the validation that's being added in !50655 (merged). This mutation is considered invalid because the GraphQL schema doesn't implement it yet. When the schema is updated to support that mutation, the @client directive will have to be removed for the feature to work properly.

Merge request reports