OBJECT
Beneficiary
link GraphQL Schema definition
- type Beneficiary {
- : BeneficiaryType!
- : 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): BeneficiaryConnection!
- : ISO8601DateTime!
- : User!
- : UUID!
- : Date
- : UUID!
- : String
- : Organization!
- : Int!
- : BeneficiaryOwner!
- : Int
- : Policy
- : UUID
- : BeneficiaryRelationshipType!
- : String!
- : Date!
- : Trade
- : UUID
- : ISO8601DateTime!
- : User!
- : UUID!
- }