OBJECT

Payment

link GraphQL Schema definition

1type Payment {
2
3paymentId: Int!
7
4basketId: Int!
7
5customerId: Int!
7
6total: Float!
8
9}

link Required by