mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Tidy up admin
structure
This commit is contained in:
7
admin/src/features/projects/graphql/projects.graphql
Normal file
7
admin/src/features/projects/graphql/projects.graphql
Normal file
@ -0,0 +1,7 @@
|
||||
query Projects {
|
||||
projects {
|
||||
id
|
||||
name
|
||||
isActive
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user