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

feat!: add specialized service query for agent and migrate to new gqlgenc version #17

Merged
merged 5 commits into from
Feb 12, 2024

Conversation

floreks
Copy link
Member

@floreks floreks commented Feb 9, 2024

Breaking change

This will require a small update in client initialization, in repositories that use the client.

Instead of using struct

*console.Client

use autogenerated interface

console.ConsoleClient

@floreks floreks self-assigned this Feb 9, 2024
@floreks floreks added the enhancement New feature or request label Feb 9, 2024
Copy link
Member

@michaeljguarino michaeljguarino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would that interface be able to replace the handwritten ones used for mocks?

@floreks
Copy link
Member Author

floreks commented Feb 9, 2024

I think so. Depends on the exact use case. Where would we want to change that?

@floreks floreks merged commit 347b42a into main Feb 12, 2024
@floreks floreks deleted the update/gqlgenc branch February 12, 2024 09:02
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

Successfully merging this pull request may close these issues.

None yet

2 participants