OBJECT

InvoiceEdge

link GraphQL Schema definition

1type InvoiceEdge {
2cursor: String!
3
4# Required permission: Invoice:read
5#
6# Store restrictions apply.
7node: Invoice!
8
9}