userResources
List user resources
userResources(
after: String
before: String
first: Int
last: Int
): UserResourceConnection
Arguments
userResources.after ● String scalar
Returns the elements in the list that come after the specified cursor.
userResources.before ● String scalar
Returns the elements in the list that come before the specified cursor.
userResources.first ● Int scalar
Returns the first _n_ elements from the list.
userResources.last ● Int scalar
Returns the last _n_ elements from the list.
Type
UserResourceConnection object
The connection type for UserResource.