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
For ShiftSignups, we want a way of fetching signups for a user such that the returned data is filtered by status.
There are multiple ways to structure this query, so it may require some discussion and research.
This will involve changes in:
backend\graphql\resolvers\shiftSignupResolvers.ts
backend\graphql\types\shiftSignupType.ts
backend\services\implementations\shiftSignupService.ts
The text was updated successfully, but these errors were encountered:
hujoseph99
Successfully merging a pull request may close this issue.
For ShiftSignups, we want a way of fetching signups for a user such that the returned data is filtered by status.
There are multiple ways to structure this query, so it may require some discussion and research.
This will involve changes in:
backend\graphql\resolvers\shiftSignupResolvers.ts
backend\graphql\types\shiftSignupType.ts
backend\services\implementations\shiftSignupService.ts
Dev Notes
The text was updated successfully, but these errors were encountered: