Skip to main content

EntityLicenseFilter

Ways in which to filter lists of licenses for a given Entity.

input EntityLicenseFilter {
customAttribute: AttributeInput
namespaceId: ID
updatedAfter: DateTime
}

Fields

EntityLicenseFilter.customAttribute ● AttributeInput input

Only return licenses that contain a specific custom attribute with a specific value.

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.