object UserStoresTypeCountableEdge

A Relay edge containing a UserStoresTypeCountable and its cursor.

Fields

FieldTypeDescription
nodeUserStoresType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

{
  "node": UserStoresType,
  "cursor": "abc123"
}