OBJECT
Publication
link GraphQL Schema definition
- type Publication {
- # authors for the publication
- : Json
- # fairsharing_records citing this publication
- : [FairsharingRecord!]
- # DOI of the publication
- : String
- # fairsharing_records relating to this publication
- : [FairsharingRecord!]
- # ID of this publication
- : Int!
- # name of the journal in which published
- : String
- # PUBMED ID of the publication
- : String
- # title of the publication
- : String!
- # URL of publications's reference page
- : String
- # year of publication
- : Int
- }