EntityLicenseFilter
Ways in which to filter lists of licenses for a given Entity.
input EntityLicenseFilter {
namespaceId: ID
updatedAfter: DateTime
customAttribute: AttributeInput
}
Fields
EntityLicenseFilter.namespaceId
● ID
scalar
Only return licenses for a specific namespace. Should be a UUID.
EntityLicenseFilter.updatedAfter
● DateTime
scalar
Only return licenses updated after the specified timestamp.
EntityLicenseFilter.customAttribute
● AttributeInput
input
Only return licenses that contain a specific custom attribute with a specific value.