_TranscriptGeneCodesFilter
No description
type _TranscriptGeneCodesFilter {
AND: [_TranscriptGeneCodesFilter!]
OR: [_TranscriptGeneCodesFilter!]
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
gene: _GeneFilter
}