TagEntity
No description
type TagEntity {
campaign: Campaign
id: ID!
tag: Tag!
type: EntityType!
updated_at: DateTime!
}
Fields
TagEntity.campaign ● Campaign object
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
Member Of
Tag object


