with bff again
This commit is contained in:
parent
b20d3c418c
commit
02b40a8491
@ -1,6 +1,6 @@
|
||||
use async_graphql::{Context, EmptySubscription, Object, Schema, SimpleObject};
|
||||
use axum_extra::extract::PrivateCookieJar;
|
||||
use cookie::CookieJar;
|
||||
|
||||
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::services::users_service::UserService;
|
||||
|
@ -13,11 +13,11 @@ use axum::{
|
||||
routing::{get, post},
|
||||
Json, Router,
|
||||
};
|
||||
use axum_extra::extract::{cookie::Key, PrivateCookieJar};
|
||||
use axum_extra::extract::{cookie::Key};
|
||||
|
||||
use async_graphql::{
|
||||
http::{playground_source, GraphQLPlaygroundConfig},
|
||||
EmptySubscription, Request, Response, Schema,
|
||||
EmptySubscription, Schema,
|
||||
};
|
||||
use axum_sessions::{
|
||||
async_session::MemoryStore,
|
||||
|
Loading…
Reference in New Issue
Block a user