OBJECT
Group
link GraphQL Schema definition
- type Group {
- : String!
- # account identity
- : String
- # created timestamp
- : DateTime
- # created by user
- : String
- : String
- : Boolean
- : Boolean
- : Boolean
- : String
- # last updated by user
- : String
- # last update timestamp
- : DateTime
- # the group name
- : String
- # the folder location
- : String
- : [GroupSecurities!]
- : [GroupSecuritiesDetail]
- : [String!]
- : [TeamSecuritiesDetail]
- # the tags
- : [String!]
- : String
- # the type of the group
- : String
- }