OBJECT
Todo
link GraphQL Schema definition
- type Todo {
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (: Int, : Int, : SortOrder, : SortBy): [Assignee!]!
- : User
- : UUID
- : Date
- : ISO8601DateTime!
- : User!
- : UUID!
- : Discussion!
- : UUID!
- : ISO8601DateTime
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [Attribute!]!
- : Date
- : UUID!
- : String
- : Boolean
- : User
- : UUID
- : Organization!
- : Int!
- : ActivityRepeatOptions
- : Int
- : ISO8601DateTime
- : ISO8601DateTime
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [Assignee!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (: Int, : Int, : SortOrder, : SortBy): [Team!]!
- : ISO8601DateTime!
- : User!
- : UUID!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (: Int, : Int, : SortOrder, : SortBy): [User!]!
- }