SocialSubCategoryConnection
No description
type SocialSubCategoryConnection {
edges: [SocialSubCategoryEdge]
pageInfo: PageInfo!
adviseMessage(level: [AdviseMessageLevel]): [AdviseMessage]
totalCount: Int!
}
Fields
SocialSubCategoryConnection.edges
● [SocialSubCategoryEdge]
list object
SocialSubCategoryConnection.pageInfo
● PageInfo!
non-null object
SocialSubCategoryConnection.adviseMessage
● [AdviseMessage]
list object
SocialSubCategoryConnection.adviseMessage.level
● [AdviseMessageLevel]
list enum
SocialSubCategoryConnection.totalCount
● Int!
non-null scalar
Member Of
SocialCategoryData
object