./ct_report/coverage/mongoose_graphql_user_subscription.COVER.html

1 -module(mongoose_graphql_user_subscription).
2 -behaviour(mongoose_graphql).
3
4 -export([execute/4]).
5
6 -ignore_xref([execute/4]).
7
8 -include("../mongoose_graphql_types.hrl").
9
10 execute(_Ctx, _Obj, <<"stanza">>, _Args) ->
11 8 {ok, stanza}.
Line Hits Source