UserProfileEdge
No description
type UserProfileEdge {
node: UserProfile
cursor: String!
}
Fields
UserProfileEdge.node
● UserProfile
object
UserProfileEdge.cursor
● String!
non-null scalar
Member Of
UserProfileConnection
object