OBJECT
Relay compatible page of Users
type UserConnection implements Connection {# Count of users in this page.count: Int! # relay-compatible connection edgeedges: [UserEdge!] pageInfo: PageInfo! # Optional total count of matching userstotalCount: Int # User listusers: [User!] }