refactor(web): remove typescript
This commit is contained in:
11
packages/web/src/graphql/queries/get-notifications.js
Normal file
11
packages/web/src/graphql/queries/get-notifications.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const GET_NOTIFICATIONS = gql`
|
||||
query GetNotifications {
|
||||
getNotifications {
|
||||
name
|
||||
createdAt
|
||||
documentationUrl
|
||||
description
|
||||
}
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user