Restore __typename field

parent f5ffc119
......@@ -78,10 +78,12 @@ export const updateSiteProfilesStatuses = ({ fullPath, normalizedTargetUrl, stat
fragment: gql`
fragment profile on DastSiteProfile {
validationStatus
__typename
}
`,
data: {
validationStatus: status,
__typename: 'DastSiteProfile',
},
});
});
......
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