_PathwayFilter
No description
type _PathwayFilter {
AND: [_PathwayFilter!]
OR: [_PathwayFilter!]
sid: ID
sid_not: ID
sid_in: [ID!]
sid_not_in: [ID!]
sid_contains: ID
sid_not_contains: ID
sid_starts_with: ID
sid_not_starts_with: ID
sid_ends_with: ID
sid_not_ends_with: ID
name: String
name_not: String
name_in: [String!]
name_not_in: [String!]
name_contains: String
name_not_contains: String
name_starts_with: String
name_not_starts_with: String
name_ends_with: String
name_not_ends_with: String
org: String
org_not: String
org_in: [String!]
org_not_in: [String!]
org_contains: String
org_not_contains: String
org_starts_with: String
org_not_starts_with: String
org_ends_with: String
org_not_ends_with: String
source: String
source_not: String
source_in: [String!]
source_not_in: [String!]
source_contains: String
source_not_contains: String
source_starts_with: String
source_not_starts_with: String
source_ends_with: String
source_not_ends_with: String
taxid: String
taxid_not: String
taxid_in: [String!]
taxid_not_in: [String!]
taxid_contains: String
taxid_not_contains: String
taxid_starts_with: String
taxid_not_starts_with: String
taxid_ends_with: String
taxid_not_ends_with: String
genes: _PathwayMemberFilter
genes_not: _PathwayMemberFilter
genes_in: [_PathwayMemberFilter!]
genes_not_in: [_PathwayMemberFilter!]
genes_some: _PathwayMemberFilter
genes_none: _PathwayMemberFilter
genes_single: _PathwayMemberFilter
genes_every: _PathwayMemberFilter
pathways: _ChildDirectionsFilter
pathways_not: _ChildDirectionsFilter
pathways_in: [_ChildDirectionsFilter!]
pathways_not_in: [_ChildDirectionsFilter!]
pathways_some: _ChildDirectionsFilter
pathways_none: _ChildDirectionsFilter
pathways_single: _ChildDirectionsFilter
pathways_every: _ChildDirectionsFilter
}