Files
automatisch/packages/web/src/graphql/mutations/delete-user.ee.ts
2023-03-02 23:46:20 +00:00

8 lines
117 B
TypeScript

import { gql } from '@apollo/client';
export const DELETE_USER = gql`
mutation DeleteUser {
deleteUser
}
`;