-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add basic flow and flowObject information to graphql #118
base: HPC-8569-flow-list
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks have passed and this pull request is ready for manual review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks have passed and this pull request is ready for manual review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks have passed and this pull request is ready for manual review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks have passed and this pull request is ready for manual review
Add test file for flow resolver
Minor refactor
e8c9724
to
9bfaf13
Compare
70fc33b
to
26f5a9b
Compare
29def00
to
10a16c4
Compare
141f445
to
b51ca0b
Compare
c6f8825
to
0662d1c
Compare
0662d1c
to
966c174
Compare
39ba9a5
to
e6cf143
Compare
be18333
to
c4fb8b5
Compare
c4fb8b5
to
a94af2d
Compare
EDITED
This PR add not only the SearchFlow resolver for GraphQL but also add lots of the nested relations with flow and flowObject.
This means that this PR include services and resolver for entities like: emergency, organisations, plans, clusters, etc.
Maybe the correct approach with this PR is to splice it up into smaller PRs or review Clara's commits individually (as was requested previously) and then review the new parts introduced this month.
ORIGINAL
Adds flow query with data on a specified flow (by id), along with flowObjects grouped by refDirection and objectType
Example query:
A lot of this PR is doing the same thing for each object type - it might be easier to review each commit as the later ones are largely copy and paste