refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
7
frontend/graphql/operations/pins.graphql
Normal file
7
frontend/graphql/operations/pins.graphql
Normal file
@@ -0,0 +1,7 @@
|
||||
query PinsQuery {
|
||||
pins {
|
||||
id
|
||||
contact
|
||||
text
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user