Skip to main content

ProfileConnection

No description

type ProfileConnection {
edges: [ProfileEdge]
pageInfo: PageInfo!
adviseMessage(level: [AdviseMessageLevel]): [AdviseMessage]
totalCount: Int!
}

Fields

ProfileConnection.edges ● [ProfileEdge] list object

ProfileConnection.pageInfo ● PageInfo! non-null object

ProfileConnection.adviseMessage ● [AdviseMessage] list object

ProfileConnection.adviseMessage.level ● [AdviseMessageLevel] list enum

ProfileConnection.totalCount ● Int! non-null scalar

Member Of

SocialQuery object