MemberConnection
No description
type MemberConnection {
  edges: [MemberEdge]
  pageInfo: PageInfo!
  adviseMessage(
    level: [AdviseMessageLevel]
  ): [AdviseMessage!]
  totalCount: Int!
}
Fields
MemberConnection.edges ● [MemberEdge] list object
MemberConnection.pageInfo ● PageInfo! non-null object
MemberConnection.adviseMessage ● [AdviseMessage!] list object
List of advise messages.
MemberConnection.adviseMessage.level ● [AdviseMessageLevel] list enum
MemberConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Member Of
GroupCommonData  interface ● GroupData  object ● OrganizationData  object