You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
Move the GraphQL schema to its own crate
This commit is contained in:
@ -63,9 +63,11 @@ impl<B> OnResponse<Response<B>> for OnHttpResponse {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "aws-sdk")]
|
||||
#[derive(Debug, Clone, Copy, Default)]
|
||||
pub struct OnAwsResponse;
|
||||
|
||||
#[cfg(feature = "aws-sdk")]
|
||||
impl OnResponse<aws_smithy_http::operation::Response> for OnAwsResponse {
|
||||
fn on_response(
|
||||
&self,
|
||||
|
Reference in New Issue
Block a user