Skip to main content

IntFilterInput

Filter which can be used to filter for Nodes with a specific Int field

input IntFilterInput {
eq: Int
gt: Int
gte: Int
in: [Int!]
lt: Int
lte: Int
}

Fields

IntFilterInput.eq ● Int scalar

Matches values which are equal to the provided value

IntFilterInput.gt ● Int scalar

Matches values which are greater than the provided value

IntFilterInput.gte ● Int scalar

Matches values which are greater than or equal to the provided value

IntFilterInput.in ● [Int!] list scalar

Matches values which are equal to any of the provided values

IntFilterInput.lt ● Int scalar

Matches values which are lesser than the provided value

IntFilterInput.lte ● Int scalar

Matches values which are lesser than or equal to the provided value

Member of

AggregatedIssueFilterInput input