We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Task Description Based on #237, we need to filter the respective relevant entities by jobs and jobs by entities.
Relevant entities are:
Acceptance Criteria:
query ($filter: UserFilter, $first: Int, $after: String) { Users ( filter: $filter, first: $first, after: $after ) { totalCount edges { node { id name jobs { # <----- Direct connection via the UserResolver -> JobsResolver edges { node { id status } } } } cursor } } }
- [ ] The established Base Resolver pattern is used
Expected Test:
Across Layers:
The text was updated successfully, but these errors were encountered:
copyonwrite
No branches or pull requests
Task Description
Based on #237, we need to filter the respective relevant entities by jobs and jobs by entities.
Relevant entities are:
Acceptance Criteria:
Expected Test:
Across Layers:
The text was updated successfully, but these errors were encountered: