arch: move web folder into api & move api to top level
This commit is contained in:
10
frontend/src/shared/graphql/createProject.graphqls
Normal file
10
frontend/src/shared/graphql/createProject.graphqls
Normal file
@ -0,0 +1,10 @@
|
||||
mutation createProject($teamID: UUID!, $userID: UUID!, $name: String!) {
|
||||
createProject(input: {teamID: $teamID, userID: $userID, name: $name}) {
|
||||
id
|
||||
name
|
||||
team {
|
||||
id
|
||||
name
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user