OBJECT
SellingAgreement
link GraphQL Schema definition
- type SellingAgreement {
- : Firm
- : UUID
- : Carrier
- : UUID
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [ContractHierarchy!]!
- : ISO8601DateTime!
- : User!
- : UUID!
- : UUID!
- : String
- : String
- : Organization!
- : Int
- : SellingAgreementOwner!
- : ISO8601DateTime!
- : User!
- : UUID!
- }