View Source graphql_schema_validate (graphql v0.17.1)

Summary

Types

-type endpoint_context() ::
          #endpoint_context{name :: atom(), pid :: pid(), enums_tab :: atom(), objects_tab :: atom()}.

Functions

-spec root(endpoint_context(),
           #root_schema{id :: atom(),
                        query :: undefined | binary(),
                        mutation :: undefined | binary(),
                        subscription :: undefined | binary(),
                        directives :: [graphql:directive()],
                        interfaces :: [binary()]}) ->
              #root_schema{id :: atom(),
                           query :: undefined | binary(),
                           mutation :: undefined | binary(),
                           subscription :: undefined | binary(),
                           directives :: [graphql:directive()],
                           interfaces :: [binary()]}.
-spec x(endpoint_context()) -> ok.