diff --git a/backend/src/graphql/models/Balance.ts b/backend/src/graphql/model/Balance.ts similarity index 100% rename from backend/src/graphql/models/Balance.ts rename to backend/src/graphql/model/Balance.ts diff --git a/backend/src/graphql/models/CheckEmailResponse.ts b/backend/src/graphql/model/CheckEmailResponse.ts similarity index 100% rename from backend/src/graphql/models/CheckEmailResponse.ts rename to backend/src/graphql/model/CheckEmailResponse.ts diff --git a/backend/src/graphql/models/CheckUsernameResponse.ts b/backend/src/graphql/model/CheckUsernameResponse.ts similarity index 100% rename from backend/src/graphql/models/CheckUsernameResponse.ts rename to backend/src/graphql/model/CheckUsernameResponse.ts diff --git a/backend/src/graphql/models/Decay.ts b/backend/src/graphql/model/Decay.ts similarity index 100% rename from backend/src/graphql/models/Decay.ts rename to backend/src/graphql/model/Decay.ts diff --git a/backend/src/graphql/models/GdtEntry.ts b/backend/src/graphql/model/GdtEntry.ts similarity index 100% rename from backend/src/graphql/models/GdtEntry.ts rename to backend/src/graphql/model/GdtEntry.ts diff --git a/backend/src/graphql/models/GdtEntryList.ts b/backend/src/graphql/model/GdtEntryList.ts similarity index 100% rename from backend/src/graphql/models/GdtEntryList.ts rename to backend/src/graphql/model/GdtEntryList.ts diff --git a/backend/src/graphql/models/GdtSumPerEmail.ts b/backend/src/graphql/model/GdtSumPerEmail.ts similarity index 100% rename from backend/src/graphql/models/GdtSumPerEmail.ts rename to backend/src/graphql/model/GdtSumPerEmail.ts diff --git a/backend/src/graphql/models/KlickTipp.ts b/backend/src/graphql/model/KlickTipp.ts similarity index 100% rename from backend/src/graphql/models/KlickTipp.ts rename to backend/src/graphql/model/KlickTipp.ts diff --git a/backend/src/graphql/models/LoginViaVerificationCode.ts b/backend/src/graphql/model/LoginViaVerificationCode.ts similarity index 100% rename from backend/src/graphql/models/LoginViaVerificationCode.ts rename to backend/src/graphql/model/LoginViaVerificationCode.ts diff --git a/backend/src/graphql/models/SendPasswordResetEmailResponse.ts b/backend/src/graphql/model/SendPasswordResetEmailResponse.ts similarity index 100% rename from backend/src/graphql/models/SendPasswordResetEmailResponse.ts rename to backend/src/graphql/model/SendPasswordResetEmailResponse.ts diff --git a/backend/src/graphql/models/Transaction.ts b/backend/src/graphql/model/Transaction.ts similarity index 100% rename from backend/src/graphql/models/Transaction.ts rename to backend/src/graphql/model/Transaction.ts diff --git a/backend/src/graphql/models/TransactionList.ts b/backend/src/graphql/model/TransactionList.ts similarity index 100% rename from backend/src/graphql/models/TransactionList.ts rename to backend/src/graphql/model/TransactionList.ts diff --git a/backend/src/graphql/models/UpdateUserInfosResponse.ts b/backend/src/graphql/model/UpdateUserInfosResponse.ts similarity index 100% rename from backend/src/graphql/models/UpdateUserInfosResponse.ts rename to backend/src/graphql/model/UpdateUserInfosResponse.ts diff --git a/backend/src/graphql/models/User.ts b/backend/src/graphql/model/User.ts similarity index 100% rename from backend/src/graphql/models/User.ts rename to backend/src/graphql/model/User.ts