feat: change url structure to use short ids instead of full uuids
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
mutation createProject($teamID: UUID, $name: String!) {
|
||||
createProject(input: {teamID: $teamID, name: $name}) {
|
||||
id
|
||||
shortId
|
||||
name
|
||||
team {
|
||||
id
|
||||
|
Reference in New Issue
Block a user