feat(twenty-server): add trusted domain - backend crud (#10290)
Co-authored-by: Etienne <45695613+etiennejouan@users.noreply.github.com> Co-authored-by: Paul Rastoin <45004772+prastoin@users.noreply.github.com>
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const DELETE_APPROVED_ACCESS_DOMAIN = gql`
|
||||
mutation DeleteApprovedAccessDomain(
|
||||
$input: DeleteApprovedAccessDomainInput!
|
||||
) {
|
||||
deleteApprovedAccessDomain(input: $input)
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user