query billingProfiles($input: BillingProfilesInput!) {
billingProfiles(input: $input) {
items {
allocations {
id
name
billableType
allocationType
feeAmount
rate
overrides {
feeAmount
rate
}
startDate
endDate
}
billingProfileId
name
description
allocationModelId
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
{
"data": {
"billingProfiles": {
"items": [
BillingProfile
],
"pageInfo": PageInfo
}
}
}
query billingProfiles($input: BillingProfilesInput!) {
billingProfiles(input: $input) {
items {
allocations {
id
name
billableType
allocationType
feeAmount
rate
overrides {
feeAmount
rate
}
startDate
endDate
}
billingProfileId
name
description
allocationModelId
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
{
"data": {
"billingProfiles": {
"items": [
BillingProfile
],
"pageInfo": PageInfo
}
}
}