digitalContents
List of digital content.
digitalContents(
before: String
after: String
first: Int
last: Int
): DigitalContentCountableConnection
Arguments
digitalContents.before ● String scalar
Return the elements in the list that come before the specified cursor.
digitalContents.after ● String scalar
Return the elements in the list that come after the specified cursor.
digitalContents.first ● Int scalar
Return the first n elements from the list.
digitalContents.last ● Int scalar
Return the last n elements from the list.