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