OBJECT
Incentive
link GraphQL Schema definition
- type Incentive {
- AlternativeDate :
- String :
- Float! :
- ISO8601DateTime! :
- User! :
- UUID! :
- Date! :
- UUID! :
- String :
- IncentiveBusinessType :
- String! :
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- Int, :
- Int, :
- SortOrder, :
- SortBy :
- ): [IncentiveLimit!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- Int, :
- Int, :
- SortOrder, :
- SortBy :
- ): [IncentiveQualification!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- Int, :
- Int, :
- SortOrder, :
- SortBy :
- ): [IncentiveSchedulePayout!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sortOrder: [Not documented]
- # sortBy: [Not documented]
- (
- Int, :
- Int, :
- SortOrder, :
- SortBy :
- ): [IncentiveSchedule!]!
- IncentiveType! :
- String! :
- Boolean :
- Boolean :
- Float :
- String! :
- Organization! :
- Int! :
- String :
- String :
- Int :
- ISO8601DateTime :
- AlternativeDate! :
- String :
- Date! :
- ISO8601DateTime! :
- User! :
- UUID! :
- }