INPUT_OBJECT

AdvancedSearchFields

The specific search fields from which users may select

link GraphQL Schema definition

  • input AdvancedSearchFields {
  • # _and, _or, _not
  • operator: String!
  • # record homepage, exact, case sensitive
  • homepage: String
  • # record name, exact, case sensitive
  • name: String
  • # record abbreviation, exact, case sensitive
  • abbreviation: String
  • # fairsharing registry
  • registry: [String!]
  • # record_type
  • type: [String!]
  • # record status
  • status: [String!]
  • # subjects
  • subjects: [String!]
  • # domains
  • domains: [String!]
  • # aka species
  • taxonomies: [String!]
  • # user defined tags
  • userDefinedTags: [String!]
  • # object_types
  • objectTypes: [String!]
  • # organisations
  • organisations: [String!]
  • # licences
  • licences: [String!]
  • # countries
  • countries: [String!]
  • # urls of cross references
  • crossReferenceUrls: [String!]
  • # ["yes", "no", "not found"]
  • citationToRelatedPublications: [String!]
  • # ["open", "partially open", "controlled", "not found"]
  • dataAccessCondition: [String!]
  • # ["yes", "no", "not found"]
  • dataAccessForPrePublicationReview: [String!]
  • # ["manual", "automated", "manual/automated", "none", "not found"]
  • dataCuration: [String!]
  • # ["open", "controlled", "not found", "not applicable"]
  • dataDepositionCondition: [String!]
  • # ["yes", "no", "not found"]
  • dataContactInformation: [String!]
  • # ["yes", "no", "not found"]
  • dataVersioning: [String!]
  • # ["User interface", "REST", "OAI-PMH", "Bioschemas", "SOAP", "FTP", "SPARQL",
  • # "Other machine-accessible method"]
  • accessMethods: [String!]
  • # ["required", "suggested", "not covered", "other"]
  • mandatedDataSharing: [String!]
  • # ["required", "suggested", "not covered", "other"]
  • mandatedDmpCreation: [String!]
  • # ["required", "suggested", "not covered", "other"]
  • sharingMetadata: [String!]
  • # ["required", "suggested", "not covered", "other"]
  • sharingResearchSoftware: [String!]
  • # ["pre-award", "post-award", "other", "n/a"]
  • timingOfDmp: [String!]
  • # any associated tools?
  • associatedTools: Boolean
  • # names of associated tools
  • toolNames: [String!]
  • # any badges?
  • certificationsAndCommunityBadges: Boolean
  • # does it have any?
  • dataProcessesAndConditions: Boolean
  • # does it have one
  • dataPreservationPolicy: Boolean
  • # resource sustainability
  • resourceSustainability: Boolean
  • # data availability
  • dataAvailabilityStatement: Boolean
  • # data protection
  • dataProtection: Boolean
  • # data citation
  • dataCitation: Boolean
  • # data preservation
  • dataPreservation: Boolean
  • # does it have any exceptions to data sharing
  • exceptionsToDataSharing: Boolean
  • # licences for outputs
  • licencesForOutputs: Boolean
  • # is any support offered?
  • supportedCosts: Boolean
  • # does this metric have any tests?
  • associatedTests: Boolean
  • # does this metric have any positive test examples?
  • positiveExamples: Boolean
  • # does this metric have any negative test examples?
  • negativeExamples: Boolean
  • # does this metric have any indeterminate test examples?
  • indeterminateExamples: Boolean
  • # implemented by at least one database
  • isImplemented: Boolean
  • # does it have a publication
  • hasPublication: Boolean
  • # does it have persistent identifiers
  • usesPersistentIdentifier: Boolean
  • # does it recommend any databases
  • recommendsDatabase: Boolean
  • # does it recommend any standards
  • recommendsStandard: Boolean
  • # updating of dmp
  • updatingOfDmp: Boolean
  • # has guidance
  • guidanceToHelpEnableCompliance: Boolean
  • # has monitoring
  • monitoringOfCompliance: Boolean
  • # globally unique ID for identifier schema
  • globallyUnique: Boolean
  • # persistent ID for identifier schema
  • persistent: Boolean
  • # resolvable ID for identifier schema
  • resolvable: Boolean
  • }