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

[maybe a terrible idea?] Add a graphql query interface on top of the marc records #241

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cbeer
Copy link
Contributor

@cbeer cbeer commented Nov 20, 2020

e.g. finding some records from Stanford with a 100$d field:

{
  organization(id: "stanford") {
    records(limit: 5, filter: ["100$d"]) {
      marc001
      leader
      fields(filter: ["100"])
    }
  }
}

@cbeer cbeer changed the title [SPIKE, and a terrible idea] Add a graphql query interface on top of the marc records [maybe a terrible idea?] Add a graphql query interface on top of the marc records Nov 20, 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

Successfully merging this pull request may close these issues.

1 participant