./ct_report/coverage/mongoose_graphql_user_mutation.COVER.html

1 -module(mongoose_graphql_user_mutation).
2
3 -export([execute/4]).
4
5 -ignore_xref([execute/4]).
6
7 execute(_Ctx, _Obj, <<"account">>, _Args) ->
8 3 {ok, account};
9 execute(_Ctx, _Obj, <<"muc_light">>, _Args) ->
10 27 {ok, muc_light}.
Line Hits Source