taskcafe/internal/graph/schema/taskList.gql

9 lines
122 B
Plaintext
Raw Normal View History

type TaskGroup {
id: ID!
projectID: String!
createdAt: Time!
name: String!
position: Float!
tasks: [Task!]!
}