trompamusic / trompace-client

A python library to read from and write to the Trompa CE
Apache License 2.0
1 stars 0 forks source link

Add query methods #4

Open alastair opened 4 years ago

alastair commented 4 years ago

We need methods to be able to query items in the CE. An advantage of GraphQL is that we can request exactly the fields and relationships that we need, and so I'm not sure how we should make these methods. Some options:

pc2752 commented 4 years ago

Working on option 2.