OBJECT
AccountHolder
link GraphQL Schema definition
- type AccountHolder {
- : AccountHolderType
- : String
- : Client
- : UUID
- : Company
- : UUID
- # Arguments
- # after: Returns the elements in the list that come after the
- # specified cursor.
- # before: Returns the elements in the list that come before the
- # specified cursor.
- # first: Returns the first _n_ elements from the list.
- # last: Returns the last _n_ elements from the list.
- (: String, : String, : Int, : Int): AccountHolderConnection!
- : ISO8601DateTime!
- : User!
- : UUID!
- : UUID!
- : String
- : Boolean
- : Boolean
- : Organization!
- : Int!
- : AccountHolderOwner!
- : OwnerType
- : String
- : Trade
- : UUID!
- : ISO8601DateTime!
- : User!
- : UUID!
- }