Skip to main content

SocialSubCategory

No description

type SocialSubCategory {
code: ID!
subCategoryData: SocialSubCategoryData
adviseMessage(level: [AdviseMessageLevel]): [AdviseMessage!]
createdAt: DateTime
updatedAt: DateTime
}

Fields

SocialSubCategory.code ● ID! non-null scalar

SocialSubCategory.subCategoryData ● SocialSubCategoryData object

SocialSubCategory.adviseMessage ● [AdviseMessage!] list object

SocialSubCategory.adviseMessage.level ● [AdviseMessageLevel] list enum

SocialSubCategory.createdAt ● DateTime scalar

SocialSubCategory.updatedAt ● DateTime scalar

Member Of

SocialMutation object ● SocialSubCategoryEdge object