CheckedTag
CheckedTag are used to link a tag to a project.
type CheckedTag {
projectId: ID!
tagId: ID!
}
CheckedTag are used to link a tag to a project.
type CheckedTag {
projectId: ID!
tagId: ID!
}
CheckedTag.projectId ● ID! non-null scalarCheckedTag.tagId ● ID! non-null scalar