OBJECT
SourceOfFund
link GraphQL Schema definition
- type SourceOfFund {
- : String
- : AccountType
- : String
- : Float
- : Carrier
- : UUID
- : Check
- : 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): SourceOfFundConnection
- : ISO8601DateTime!
- : User!
- : UUID!
- : String
- : Firm
- : UUID
- : SourceOfFundFunding
- : UUID!
- : String
- : Organization!
- : Int!
- : SourceOfFundOwner!
- : Policy
- : UUID
- : SignatureGuarantee
- : UUID
- : SourceOfFundType!
- : String!
- : Trade
- : UUID
- : ISO8601DateTime!
- : User!
- : UUID!
- : Vendor
- : UUID
- }