voucherConfigurations
Lists voucher configurations, including discarded-record tombstones. Requires the catalog:read scope.
graphql
voucherConfigurations(
after: String
first: Int = 100
updatedSince: DateTime
): VoucherConfigurationCollection!
Arguments
voucherConfigurations.after · String scalar
Return records after this opaque cursor from the previous page.
voucherConfigurations.first · Int scalar
Number of records to return. Values are limited to a maximum of 100.
voucherConfigurations.updatedSince · DateTime scalar
Include records updated at or after this timestamp (inclusive).
Type
VoucherConfigurationCollection object
One deterministic page from the Management v1 change feed.