-
Notifications
You must be signed in to change notification settings - Fork 43
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
Expose VA API via GraphQL #1132
Comments
Schema-related links: The revised schema (YAML format) (diff) |
thanks @mattsolo1 good idea to put the reference links in here |
Related info on the VRS REST API: https://github.com/broadinstitute/gnomad-browser-team/issues/43 |
The For now we don't need to support interval queries. Just single variants. I think the main GraphQL arguments users will be concerned with are |
One small note on this, since the focus is really on VA data more than VRS, I'm going to start calling this the "VA API" for better clarity. |
@mattsolo1 am I missing something, or does the REST API not have a way to specify |
@mattsolo1 also the data returned by the API doesn't conform to the schema: in particular, it's missing the |
@mattsolo1 regarding the |
Not yet.. I still need to add this (should be straightforward).
Didn't realize this was missing; the REST API is passing along everything I'm getting from the hail lookup, so it must not be returned from this. I'll look into why this is. |
@mattsolo1 looking more closely, it may only be the top-level VRS object that's missing its |
Upstream APIs are returning bad data, Dan M. in process of fixing. |
No description provided.
The text was updated successfully, but these errors were encountered: