TagEntity
No description
type TagEntity {
id: ID!
tag: Tag!
type: EntityType!
updated_at: DateTime!
campaign: Campaign
}
Fields
TagEntity.id ● ID! non-null scalar
TagEntity.tag ● Tag! non-null object
TagEntity.type ● EntityType! non-null enum
TagEntity.updated_at ● DateTime! non-null scalar
TagEntity.campaign ● Campaign object
Member Of
Tag object


