refactor: split resolver into multiple files based on domain
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
type TaskGroup {
|
||||
id: ID!
|
||||
projectID: String!
|
||||
createdAt: Time!
|
||||
name: String!
|
||||
position: Float!
|
||||
tasks: [Task!]!
|
||||
}
|
||||
Reference in New Issue
Block a user