OBJECT
AdvisorExam
link GraphQL Schema definition
- type AdvisorExam {
- : Advisor!
- : UUID!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- : Int,
- : Int,
- : SortOrder,
- : SortBy
- ): [ContractRegistration!]!
- : ISO8601DateTime!
- : UUID!
- : UUID!
- : String
- : Int!
- : SecuritiesLicenseType!
- : String!
- : ISO8601DateTime!
- : UUID!
- }