rcsb / py-rcsb-api

Python interface for RCSB.org API services
https://rcsbapi.readthedocs.io
MIT License
8 stars 0 forks source link

added query validation + graphql in requirements #25

Closed habiba-m closed 2 months ago

habiba-m commented 2 months ago

Query validation happens after the query string is constructed and before it gets posted. If the query is valid construct_query() returns the query string, if not it raises a value error with the Graphql error message