Eevie

Results 2 issues of Eevie

i get an error when using async_graphql to return a seaorm model from two routes: `thread 'main' panicked at: 'entity::user::Model' and 'entity::config::Model' have the same GraphQL name 'Model' `

## Expected Behavior doesn't return any error and runs successfully ## Actual Behavior thread 'main' panicked at: 'entity::user::Model' and 'entity::config::Model' have the same GraphQL name 'Model' ## Steps to Reproduce...

bug