INPUT_OBJECT

OrganizationFilterInput

Arguments for querying organizations

link GraphQL Schema definition














input OrganizationFilterInput {
Exact match for the abbreviation.
abbreviation: String
Match all organizations with abbreviation containing this.
abbreviationSubstring: String
Exact match for the category.
category: String
Match all organizations with category containing this.
categorySubstring: String
Exact match for the description.
description: String
Match all organizations with description containing this.
descriptionSubstring: String
Exact matches for the IDs provided.
id: [ID!]
Exact match for the name.
name: String
Match all organizations with name containing this.
nameSubstring: String
Exact match for the remoteName.
remoteName: String
Match all organizations with remoteName containing this.
remoteNameSubstring: String
Exact match for the shortKey.
shortKey: String
Match all organizations with shortKey containing this.
shortKeySubstring: String
}

link Required by