viaone-report-statement
Version:
A React component that sums two number.
26 lines (24 loc) • 460 B
JavaScript
import gql from "graphql-tag";
export default gql(`
query listAllNotifications($agency:String!) {
listAllNotifications(agency:$agency) {
items {
notificationId
date
information {
routing
account
checkNumber
payee
amount
refImageKey
statusDescription
}
status
review
agency
checkId
type
}
}
}`);