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

Update InterMine data source API to use fields as parameters instead of types #153

Open
Tracked by #112
alancleary opened this issue Mar 26, 2024 · 0 comments
Open
Tracked by #112
Labels
enhancement New feature or request

Comments

@alancleary
Copy link
Contributor

Some of the InterMine data source API functions take objects as parameters and then extract the field values they need from the objects. These objects are actually defined by the InterMine data source and are intended for internal use only. As such, using these objects as API parameters reveals implementation details and forces resolvers to coerce input values into an arbitrary object. For this reason, all InterMine data source API functions that use these object parameters should be updated to use individual fields instead.

@alancleary alancleary added the enhancement New feature or request label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant