refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
14
frontend/graphql/operations/calendar.graphql
Normal file
14
frontend/graphql/operations/calendar.graphql
Normal file
@@ -0,0 +1,14 @@
|
||||
query CalendarQuery {
|
||||
calendar {
|
||||
id
|
||||
title
|
||||
start
|
||||
end
|
||||
contact
|
||||
note
|
||||
isArchived
|
||||
createdAt
|
||||
archiveNote
|
||||
archivedAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user