Skip to content

Commit 815b034

Browse files
committed
rm unused
1 parent f39f8fa commit 815b034

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/typeDefs/project.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,4 @@ extend type Mutation {
233233
projectId: ID!
234234
): DateTime! @requireUserInWorkspace
235235
}
236-
237-
input EventsFilter {
238-
"""
239-
Search query string. Only alphanumeric characters, spaces, and some special characters are allowed.
240-
Max length: 50 characters
241-
"""
242-
search: String
243-
}
244236
`;

0 commit comments

Comments
 (0)