OBJECT
DiscussionOption
link GraphQL Schema definition
- type DiscussionOption {
- : Color
- : ISO8601DateTime!
- : User!
- : UUID!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : DiscussionSort
- ): [Discussion!]!
- : UUID!
- : String
- : Boolean
- : String!
- : String
- : Option
- : String
- : Organization!
- : Int!
- : DiscussionOptionOwner
- : String!
- : String!
- : ISO8601DateTime!
- : User!
- : UUID!
- }