This commit is contained in:
@@ -9683,7 +9683,11 @@ export const SubmitCancellationFeedbackDocument = gql`
|
|||||||
$feedback: String
|
$feedback: String
|
||||||
$metadata: CancellationFeedbackMetadataInput
|
$metadata: CancellationFeedbackMetadataInput
|
||||||
) {
|
) {
|
||||||
submitCancellationFeedback(reasons: $reasons, feedback: $feedback)
|
submitCancellationFeedback(
|
||||||
|
reasons: $reasons
|
||||||
|
feedback: $feedback
|
||||||
|
metadata: $metadata
|
||||||
|
)
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
export type SubmitCancellationFeedbackMutationFn = Apollo.MutationFunction<
|
export type SubmitCancellationFeedbackMutationFn = Apollo.MutationFunction<
|
||||||
|
|||||||
@@ -68,5 +68,9 @@ mutation SubmitCancellationFeedback(
|
|||||||
$feedback: String
|
$feedback: String
|
||||||
$metadata: CancellationFeedbackMetadataInput
|
$metadata: CancellationFeedbackMetadataInput
|
||||||
) {
|
) {
|
||||||
submitCancellationFeedback(reasons: $reasons, feedback: $feedback)
|
submitCancellationFeedback(
|
||||||
|
reasons: $reasons
|
||||||
|
feedback: $feedback
|
||||||
|
metadata: $metadata
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user