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 patchPromptDescription mutation #6025

Merged
merged 5 commits into from
Jan 15, 2025

Conversation

anticorrelator
Copy link
Contributor

resolves #6022

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Jan 14, 2025
@anticorrelator anticorrelator changed the base branch from main to prompts January 14, 2025 01:41
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Jan 14, 2025
Comment on lines 1287 to 1290
input PatchPromptDescriptionInput {
promptId: GlobalID!
description: String!
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
input PatchPromptDescriptionInput {
promptId: GlobalID!
description: String!
}
input PatchPromptInput {
promptId: GlobalID!
description: String!
}

Verified

This commit was signed with the committer’s verified signature.
limbonaut Serhii Snitsaruk

Verified

This commit was signed with the committer’s verified signature.
limbonaut Serhii Snitsaruk

Verified

This commit was signed with the committer’s verified signature.
limbonaut Serhii Snitsaruk
@anticorrelator anticorrelator force-pushed the dustin/patch-prompt-description branch from e66892c to 637a23e Compare January 15, 2025 01:31
@anticorrelator anticorrelator merged commit b1a4f81 into prompts Jan 15, 2025
50 checks passed
@anticorrelator anticorrelator deleted the dustin/patch-prompt-description branch January 15, 2025 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[hub] gql patch prompt mutation (description)
3 participants