Adam Coffman

Results 8 comments of Adam Coffman

Hi! So, the new api is [GraphQL based](https://graphql.org/). If you are unfamiliar, you can kind of think of it as similar to SQL. Rather than a series of URL based...

No problem! If you find that you need any additional fields or any other ways to filter the queries, just let us know!

Hi @leexgh We have just pushed a release that includes top level `entrezSymbols` and `entrezIds` filters for the `genes` query. You can now do something like: ``` genes(entrezSymbols: ['BRAF', 'EGFR'])...

@leexgh We can definitely increase the allowable page size up from 50. Unfortunately, we can't let it be entirely unbounded; because GraphQL lets you define arbitrary queries, if we had...

Hi @leexgh, Thanks for following up with us! A new release is out as of Friday that contains the new query documented above. We will push out an additional release...

Hi @leexgh This release it out! We have doubled the maximum page size to 100 entries and the fields that Susanna demonstrated [here](https://github.com/cBioPortal/cbioportal/issues/9521#issuecomment-1845563285) are available for querying. Thanks! Adam

Thank you so much @leexgh for the detailed bug report; that made the issue easy to track down. I have a hotfix going out this afternoon which will resolve it!