INPUT_OBJECT
AdvancedSearchFields
The specific search fields from which users may select
link GraphQL Schema definition
- input AdvancedSearchFields {
- # _and, _or, _not
- : String!
- # record homepage, exact, case sensitive
- : String
- # record name, exact, case sensitive
- : String
- # record abbreviation, exact, case sensitive
- : String
- # fairsharing registry
- : [String!]
- # record_type
- : [String!]
- # record status
- : [String!]
- # subjects
- : [String!]
- # domains
- : [String!]
- # aka species
- : [String!]
- # user defined tags
- : [String!]
- # object_types
- : [String!]
- # organisations
- : [String!]
- # licences
- : [String!]
- # countries
- : [String!]
- # urls of cross references
- : [String!]
- # ["yes", "no", "not found"]
- : [String!]
- # ["open", "partially open", "controlled", "not found"]
- : [String!]
- # ["yes", "no", "not found"]
- : [String!]
- # ["manual", "automated", "manual/automated", "none", "not found"]
- : [String!]
- # ["open", "controlled", "not found", "not applicable"]
- : [String!]
- # ["yes", "no", "not found"]
- : [String!]
- # ["yes", "no", "not found"]
- : [String!]
- # ["User interface", "REST", "OAI-PMH", "Bioschemas", "SOAP", "FTP", "SPARQL",
- # "Other machine-accessible method"]
- : [String!]
- # ["required", "suggested", "not covered", "other"]
- : [String!]
- # ["required", "suggested", "not covered", "other"]
- : [String!]
- # ["required", "suggested", "not covered", "other"]
- : [String!]
- # ["required", "suggested", "not covered", "other"]
- : [String!]
- # ["pre-award", "post-award", "other", "n/a"]
- : [String!]
- # any associated tools?
- : Boolean
- # names of associated tools
- : [String!]
- # any badges?
- : Boolean
- # does it have any?
- : Boolean
- # does it have one
- : Boolean
- # resource sustainability
- : Boolean
- # data availability
- : Boolean
- # data protection
- : Boolean
- # data citation
- : Boolean
- # data preservation
- : Boolean
- # does it have any exceptions to data sharing
- : Boolean
- # licences for outputs
- : Boolean
- # is any support offered?
- : Boolean
- # does this metric have any tests?
- : Boolean
- # does this metric have any positive test examples?
- : Boolean
- # does this metric have any negative test examples?
- : Boolean
- # does this metric have any indeterminate test examples?
- : Boolean
- # implemented by at least one database
- : Boolean
- # does it have a publication
- : Boolean
- # does it have persistent identifiers
- : Boolean
- # does it recommend any databases
- : Boolean
- # does it recommend any standards
- : Boolean
- # updating of dmp
- : Boolean
- # has guidance
- : Boolean
- # has monitoring
- : Boolean
- # globally unique ID for identifier schema
- : Boolean
- # persistent ID for identifier schema
- : Boolean
- # resolvable ID for identifier schema
- : Boolean
- }