_GeneGeneCodesFilter
No description
type _GeneGeneCodesFilter {
AND: [_GeneGeneCodesFilter!]
OR: [_GeneGeneCodesFilter!]
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
transcript: _TranscriptFilter
}