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