View Source graphql_schema_validate (graphql v0.17.1)
Summary
Types
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.