PublicationFilter
Ways in which to filter lists of publications.
input PublicationFilter {
namespaceId: ID
updatedAfter: DateTime
issn: String
title: String
customAttributes: [AttributeInput!]
isbn: PublicationIdentifier
}
Fields
PublicationFilter.namespaceId
● ID
scalar
Only return publications for a specific namespace.
PublicationFilter.updatedAfter
● DateTime
scalar
Only return publications updated after the specified timestamp.
PublicationFilter.issn
● String
scalar
Only return publications with the given series ISSN.
PublicationFilter.title
● String
scalar
Only return publications for a specific string present in their title.
PublicationFilter.customAttributes
● [AttributeInput!]
list input
Only return publications for which all the custom attributes in the input are present and equal to the passed values.
PublicationFilter.isbn
● PublicationIdentifier
scalar
Only return publications with the given ISBN.
Member of
publications
query