INPUT_OBJECT
OrganizationFilterInput
Arguments for querying organizations
link GraphQL Schema definition
input OrganizationFilterInput {
Exact match for the abbreviation.
: String
Match all organizations with abbreviation containing this.
: String
Exact match for the category.
: String
Match all organizations with category containing this.
: String
Exact match for the description.
: String
Match all organizations with description containing this.
: String
Exact matches for the IDs provided.
: [ID!]
Exact match for the name.
: String
Match all organizations with name containing this.
: String
Exact match for the remoteName.
: String
Match all organizations with remoteName containing this.
: String
Exact match for the shortKey.
: String
Match all organizations with shortKey containing this.
: String
}