NullableStringFilterInput
Filter which can be used to filter for Nodes with a specific String field
input NullableStringFilterInput {
  contains: String
  endsWith: String
  eq: String
  gt: String
  gte: String
  in: [String!]
  isNull: Boolean
  lt: String
  lte: String
  matches: String
  startsWith: String
}
Fields
NullableStringFilterInput.contains ● String scalar
Matches Strings which contain the provided value
NullableStringFilterInput.endsWith ● String scalar
Matches Strings which end with the provided value
NullableStringFilterInput.eq ● String scalar
Matches values which are equal to the provided value
NullableStringFilterInput.gt ● String scalar
Matches values which are greater than the provided value
NullableStringFilterInput.gte ● String scalar
Matches values which are greater than or equal to the provided value
NullableStringFilterInput.in ● [String!] list scalar
Matches values which are equal to any of the provided values
NullableStringFilterInput.isNull ● Boolean scalar
If true, matches only null values, if false, matches only non-null values
NullableStringFilterInput.lt ● String scalar
Matches values which are lesser than the provided value
NullableStringFilterInput.lte ● String scalar
Matches values which are lesser than or equal to the provided value
NullableStringFilterInput.matches ● String scalar
Matches Strings using the provided RegEx
NullableStringFilterInput.startsWith ● String scalar
Matches Strings which start with the provided value
Member of
ArtefactFilterInput  input ● ComponentFilterInput  input ● GropiusUserFilterInput  input ● IMSUserFilterInput  input ● ProjectFilterInput  input ● TrackableFilterInput  input ● UserFilterInput  input