View Source graphql_execute (graphql v0.17.1)

Summary

Types

-type ectx() ::
          #ectx{op_type :: query | mutation | subscription,
                path :: [any()],
                params :: #{binary() => term()},
                frags :: #{binary() => term()},
                defer_request_id :: undefined | reference(),
                defer_process :: undefined | pid(),
                defer_target :: top_level | reference(),
                endpoint_ctx :: endpoint_context(),
                ctx :: #{atom() => term()}}.
-type endpoint_context() ::
          #endpoint_context{name :: atom(), pid :: pid(), enums_tab :: atom(), objects_tab :: atom()}.

Functions