refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
15
frontend/graphql/operations/feed.graphql
Normal file
15
frontend/graphql/operations/feed.graphql
Normal file
@@ -0,0 +1,15 @@
|
||||
query FeedQuery {
|
||||
feed {
|
||||
id
|
||||
at
|
||||
contact
|
||||
text
|
||||
proposal {
|
||||
title
|
||||
details
|
||||
key
|
||||
}
|
||||
decision
|
||||
decisionNote
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user