OBJECT
FairsharingRecord
link GraphQL Schema definition
- type FairsharingRecord {
- # abbreviation (optional)
- : String
- # community curators who have edited this record
- : [User!]
- # countries involved in work relating to this record
- : [Country!]
- # date/time this record was created
- : ISO8601DateTime!
- # the user who created this record
- : User
- # curator currently curating this record
- : User
- # notes by curators
- : String
- # why this record was deprecated
- : String
- # description of the record
- : String!
- # record's DOI, where present
- : String
- # domain tags applicable to this record
- : [Domain!]
- # exhaustive/complete list, or non-exhaustive/partial list of licences
- : Boolean!
- # related records for fairassist
- : [FairsharingRecord!]
- # whether this database is syntactic, semantic, or neither (none)
- : String!
- # grants applicable to this record
- : [Grant!]
- # does this record have a graph
- : Boolean
- # changes to the record in the current system
- : [Json!]!
- # URL of the record's homepage, not its FAIRsharing page
- : String!
- # record id
- : Int!
- # indicates which fields are missing from this record
- : Json
- # whether or not this record has been approved by a curator
- : Boolean
- # indicates if the record is complete or not
- : Boolean
- # whether or not this record is hidden
- : Boolean
- # whether or not this record has a maintainer
- : Boolean
- # whether or not a user is entitled to view/edit
- : Boolean
- # true if this record has been recommended by a policy
- : Boolean
- # date of when the record was last edited by a user
- : ISO8601DateTime
- # the user who last modified this record
- : User
- # date of when the record was last reviewed by a curator
- : ISO8601DateTime
- # ids from previous versions of FAIRsharing
- : Json
- # edits carried over from the old system
- : [Json!]
- # applicable licences, with their relationships
- : [LicenceLink!]
- # licences applicable to this record
- : [Licence!]
- # metrics directly linked, if this record is a principle
- : [FairsharingRecord!]
- # array of users currently maintaining this record
- : [User!]
- # JSON metatdata for the record. Includes many of the other fields
- : Json!
- # record name
- : String!
- # object types applicable to this record
- : [ObjectType!]
- # links to related organisations including relations
- : [OrganisationLink!]
- # organisations involved in work on this record
- #
- # Arguments
- # relation: [Not documented]
- (: String): [Organisation!]
- # array of all policies extending this one
- : [FairsharingRecord!]!
- # is this record a priority for curators
- : Boolean
- # transient notes by curators
- : String
- # publications relating to this record
- : [Publication!]
- # links from this record to others
- #
- # Arguments
- # relation: restrict by relation name
- # registry: restrict by registry
- # type: restrict by record type
- # status: restrict by linked record status
- (
- : String,
- : String,
- : String,
- : String
- ): [RecordAssociation!]
- # registry of record e.g. standard, database
- : String!
- # count of related records
- : Json!
- # links from other records to this one
- #
- # Arguments
- # relation: restrict by relation name
- # registry: restrict by registry
- # type: restrict by record type
- # status: restrict by linked record status
- (
- : String,
- : String,
- : String,
- : String
- ): [RecordAssociation!]
- # details of when the record was most recently reviewed
- : [RecordReview!]
- # saved searches linked to this record
- : [SavedSearch!]
- # schema.org markup for the record
- : Json!
- # status, e.g. ready, deprecated etc.
- : String
- # subject tags applicable to this record
- : [Subject!]
- # taxonomy tags applicable to this record
- : [Taxonomy!]
- # type of record within the registry, e.g. a repository (database)
- : String!
- # date/time this record was last modified
- : ISO8601DateTime!
- # url at which the record's logo may be found
- : String
- # user defined tags applicable to this record
- : [UserDefinedTag!]
- # array of users currently watching this record
- : [User!]
- }
link Require by
- Countrynull
- ElasticsearchPaginatedCollectionnull
- FairsharingRecordnull
- FairsharingRecordCollectionnull
- FairsharingRegistrynull
- Grantnull
- Licencenull
- LicenceLinknull
- MaintenanceRequestnull
- Organisationnull
- OrganisationLinknull
- Publicationnull
- Querynull
- RecentlyUpdatedContentnull
- RecordsByCuratornull
- RecordTypenull
- RegexSearchResultnull
- SavedSearchnull
- Taxonomynull
- UserDefinedTagnull