LicenseFilter
Ways in which to filter lists of licenses.
input LicenseFilter {
customAttribute: AttributeInput
licenseOrEntityUpdatedAfter: DateTime
namespaceId: ID
namespaceIds: [ID!]
target: ID
updatedAfter: DateTime
updatedAfterForODL: DateTime
}
Fields
LicenseFilter.customAttribute ● AttributeInput input
Only return licenses that contain a specific custom attribute with a specific value.
LicenseFilter.licenseOrEntityUpdatedAfter ● DateTime scalar
Only return licenses that either themselves or their entities were updated after the specified timestamp.
LicenseFilter.namespaceId ● ID scalar
Only return licenses for a specific namespace. Should be a UUID.
LicenseFilter.namespaceIds ● [ID!] list scalar
Only return licenses for these specific namespaces. Should be a list of UUIDs.
LicenseFilter.target ● ID scalar
Only return licenses for a specific target (e.g. a publication's ISBN).
LicenseFilter.updatedAfter ● DateTime scalar
Only return licenses updated after the specified timestamp.
LicenseFilter.updatedAfterForODL ● DateTime scalar
Only return licenses for which the special ODL field was updated after the specified timestamp.
Member of
activeLicenses query ● inactiveLicenses query ● licenses query