Skip to content

Commit 170f83b

Browse files
committed
removing dummy account graphql query
1 parent b415018 commit 170f83b

File tree

4 files changed

+0
-11
lines changed

4 files changed

+0
-11
lines changed

priv/graphql/schemas/user/account.gql

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
"""
2-
Allow user to get information about account.
3-
"""
4-
type AccountUserQuery @protected{
5-
field: Boolean
6-
}
7-
81
"""
92
Allow user to manage own account.
103
"""

priv/graphql/schemas/user/user_schema.gql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Only an authenticated user can execute these queries.
1111
type UserQuery{
1212
"Check authorization status"
1313
checkAuth: UserAuthInfo
14-
"Account management"
15-
account: AccountUserQuery
1614
"Last activity management"
1715
last: LastUserQuery
1816
"MUC room management"

src/graphql/mongoose_graphql.erl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ user_mapping_rules() ->
216216
'UserQuery' => mongoose_graphql_user_query,
217217
'UserMutation' => mongoose_graphql_user_mutation,
218218
'UserSubscription' => mongoose_graphql_user_subscription,
219-
'AccountUserQuery' => mongoose_graphql_account_user_query,
220219
'AccountUserMutation' => mongoose_graphql_account_user_mutation,
221220
'InboxUserMutation' => mongoose_graphql_inbox_user_mutation,
222221
'MUCUserMutation' => mongoose_graphql_muc_user_mutation,

src/graphql/user/mongoose_graphql_account_user_query.erl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)