SalaryTransactionConnection
No description
type SalaryTransactionConnection {
minAmount: Money!
maxAmount: Money!
medianSalary: Transaction!
edges: [SalaryTransactionEdge!]!
pageInfo: PageInfo!
}
Fields
SalaryTransactionConnection.minAmount ● Money! non-null scalar
Minimum salary payment this user was paid for this salary
SalaryTransactionConnection.maxAmount ● Money! non-null scalar
Maximum salary payment amount this user was paid for this salary
SalaryTransactionConnection.medianSalary ● Transaction! non-null object
A transaction representing the median amount this user was paid for this salary