Skip to main content

SalaryTransactionConnection

No description

type SalaryTransactionConnection {
minAmount: Money!
maxAmount: Money!
medianSalary: Transaction!
edges: [SalaryTransactionEdge!]!
pageInfo: PageInfo!
}

Fields

minAmount ● Money! non-null scalar

Minimum salary payment this user was paid for this salary

maxAmount ● Money! non-null scalar

Maximum salary payment amount this user was paid for this salary

medianSalary ● Transaction! non-null object

A transaction representing the median amount this user was paid for this salary

edges ● [SalaryTransactionEdge!]! non-null object

pageInfo ● PageInfo! non-null object