Skip to main content

FilterInput

Filter which parts are AND combined. Does not support OR at the moment. Negate can be used if the negate flag on the by input is set to true. All the given possibilities to filter the content intersects with each other (filterBy AND searchTerm AND selectorIds).

input FilterInput {
filterBy: [FilterByInput!]!
searchTerm: String
selectorIds: [ID!]
selectorsInPlace: [FilterSelectorInput!]
}

Fields

FilterInput.filterBy ● [FilterByInput!]! non-null input

A list of filter expression on fields.

FilterInput.searchTerm ● String scalar

A search term

FilterInput.selectorIds ● [ID!] list scalar

The selectorIds to filter the content. Make sure the selector's object type corresponds to the resulting type. Otherwise a selector will be ignored. An empty selector ID list and a null list will be ignored.

FilterInput.selectorsInPlace ● [FilterSelectorInput!] list input

Member Of

businessObjects query ● businessServices query ● checkCount query ● checks query ● checkSelectors query ● checksRelay query ● cloudServices query ● customers query ● customersCount query ● customersRelay query ● dashboards query ● databases query ● failedStepsRequiringAction query ● mobileNotificationRelay query ● mobileNotifications query ● pagedBusinessObjects query ● pagedBusinessService query ● pagedChecks query ● pagedCloudServices query ● pagedDatabases query ● pagedSapInstances query ● pagedSapSystems query ● pagedServers query ● pagedSystems query ● runningSteps query ● sapInstances query ● sapNotes query ● sapSystems query ● servers query ● systemRelations query ● systemRelationTypes query ● systems query ● systemsCount query ● systemSelectors query ● systemsRelay query ● userInputStepsRequiringAction query ● workflowExecutions query