Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DataCite as another GraphQL example? #15

Closed
mfenner opened this issue May 23, 2019 · 1 comment
Closed

Add DataCite as another GraphQL example? #15

mfenner opened this issue May 23, 2019 · 1 comment
Milestone

Comments

@mfenner
Copy link

mfenner commented May 23, 2019

DataCite recently launched a GraphQL API at https://api.datacite.org/graphql. Is there interest to add it to the examples? Happy to help with that. For example

{
  researcher(id: "https://orcid.org/0000-0003-1444-9135") {
    givenName
    familyName
    softwares {
      totalCount
      nodes {
        id
        titles {
          title
        }
        publisher
        publicationYear
        relatedIdentifiers {
          relationType
          relatedIdentifier
        }
      }
    }
  }
}
@sckott
Copy link
Contributor

sckott commented May 28, 2019

yes, sounds good. can you add an example to the readme?

@sckott sckott added this to the v0.1 milestone Feb 24, 2020
@sckott sckott closed this as completed in 2a5fcea Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants