resources
Get resources using cursor-based pagination
resources(
after: String
before: String
filter: JSONObject
first: Int
last: Int
): ResourceConnection!
Arguments
resources.after ● String scalar
Returns resources after this cursor
resources.before ● String scalar
Returns resources before this cursor
resources.filter ● JSONObject scalar
Filter for searching resources
resources.first ● Int scalar
Returns the first n resources from the cursor position
resources.last ● Int scalar
Returns the last n resources before the cursor position