digitalContents
List all digital content (requires MANAGE_PRODUCTS permission)
digitalContents(
before: String
after: String
first: Int
last: Int
): DigitalContentCountableConnection!
Arguments
digitalContents.before ● String scalar
Returns the items in the list that come before the specified cursor.
digitalContents.after ● String scalar
Returns the items in the list that come after the specified cursor.
digitalContents.first ● Int scalar
Returns the first n items from the list.
digitalContents.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
DigitalContentCountableConnection object
A connection to a list of items.