Skip to content

Commit 4c9fc7c

Browse files
TTL-Page improvement (#601)
* droping and undropping ttl * ft-droping-and-undropping-ttl * ft-droping-and-undropping-ttl * ft-ttl-page-improvement
1 parent 75d247a commit 4c9fc7c

File tree

3 files changed

+256
-105
lines changed

3 files changed

+256
-105
lines changed

src/Mutations/User.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ export const DROP_TTL_USER = gql`
66
}
77
`;
88

9+
export const UNDROP_TTL_USER = gql`
10+
mutation UnDropTTLUser($email: String!) {
11+
undropTTLUser(email: $email)
12+
}
13+
`;
14+
915
export default DROP_TTL_USER;

0 commit comments

Comments
 (0)