portal-www
Version:
Nova Portal Website. Based on Next starter by Ueno
23 lines (21 loc) • 340 B
text/typescript
import gql from 'graphql-tag';
export const claimFragment = gql`
fragment ClaimFragment on Claim {
claimNumber
finalDueDate
motusCharge
totalCharge
otherCharges
defaultCharges
dueDate
updated
amount
penalty
initialAmount
invoices {
amount
date
invoiceNumber
}
}
`;