InvoiceTypesObjectsOrderOn this pageOrderForeign type of an order. type Order { id: UUID! invoice: Invoice!} Fields Order.id ● UUID! non-null scalar UUID of the order. Order.invoice ● Invoice! non-null object Invoice of the order. Implemented By _Entity union