Tag
type Tag {
createdAt: Time!
inherited: Boolean
key: String!
modifiedAt: Time!
source: String!
stringValue: String
}Fields
createdAt ● Time! non-null scalar
inherited ● Boolean scalar
key ● String! non-null scalar
modifiedAt ● Time! non-null scalar
source ● String! non-null scalar
stringValue ● String scalar
Member Of
Implemented By
Last updated
Was this helpful?