./ct_report/coverage/mongoose_graphql_admin_mutation.COVER.html

1 -module(mongoose_graphql_admin_mutation).
2
3 -export([execute/4]).
4
5 -ignore_xref([execute/4]).
6
7 -include("../mongoose_graphql_types.hrl").
8
9 execute(_Ctx, _Obj, <<"domains">>, _Args) ->
10
:-(
{ok, admin};
11 execute(_Ctx, _Obj, <<"account">>, _Args) ->
12 10 {ok, account};
13 execute(_Ctx, _Obj, <<"muc_light">>, _Args) ->
14 25 {ok, muc_light};
15 execute(_Ctx, _Obj, <<"session">>, _Opts) ->
16 8 {ok, session};
17 execute(_Ctx, _Obj, <<"stanza">>, _) ->
18
:-(
{ok, #{}}.
Line Hits Source