frontend: query 'Project#name'

This commit is contained in:
0x1eef 2024-01-10 21:32:26 -03:00
parent ac9d611107
commit 143859cb5f

View file

@ -8,6 +8,7 @@ const GQL = gql`
status
updatedAt
project {
name
color
}
}