Skip to content

Commit 9802cab

Browse files
committed
Remove AppealContacts Query and Fragment as they are no longer needed.
1 parent d1e792b commit 9802cab

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/components/Tool/Appeal/Modals/DeleteAppealContact/DeleteAppealContact.graphql

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,3 @@ mutation DeleteAppealContact($input: AppealContactDeleteMutationInput!) {
33
id
44
}
55
}
6-
7-
query AppealContacts($appealId: ID!, $after: String) {
8-
appealContacts(appealId: $appealId, first: 50, after: $after) {
9-
nodes {
10-
...AppealContactsInfo
11-
}
12-
pageInfo {
13-
hasNextPage
14-
endCursor
15-
}
16-
}
17-
}
18-
19-
fragment AppealContactsInfo on AppealContact {
20-
id
21-
contact {
22-
id
23-
}
24-
}

0 commit comments

Comments
 (0)