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()}}.
Functions
-spec x(endpoint_context(), graphql:ast()) -> #{atom() => graphql:json()}.
-spec x(endpoint_context(), term(), graphql:ast()) -> #{atom() => graphql:json()}.