arch: move web folder into api & move api to top level
This commit is contained in:
19
frontend/src/shared/graphql/getProjects.graphqls
Normal file
19
frontend/src/shared/graphql/getProjects.graphqls
Normal file
@ -0,0 +1,19 @@
|
||||
query getProjects {
|
||||
organizations {
|
||||
id
|
||||
name
|
||||
}
|
||||
teams {
|
||||
id
|
||||
name
|
||||
createdAt
|
||||
}
|
||||
projects {
|
||||
id
|
||||
name
|
||||
team {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user