View Source argo_graphql_language_directive_location (argo v1.0.0)
Summary
Types
-type t() :: #argo_graphql_language_directive_location{}.
Functions
Link to this function
executable_directive_location(ExecutableDirectiveLocation, Location)
View Source-spec executable_directive_location(ExecutableDirectiveLocation, Location) -> Type when ExecutableDirectiveLocation :: argo_graphql_language_executable_directive_location:t(), Location :: erl_anno:location(), Type :: t().
-spec format(Formatter1, Type :: t()) -> Formatter2 when Formatter1 :: argo_graphql_formatter:t(), Formatter2 :: argo_graphql_formatter:t().
Link to this function
type_system_directive_location(TypeSystemDirectiveLocation, Location)
View Source-spec type_system_directive_location(TypeSystemDirectiveLocation, Location) -> Type when TypeSystemDirectiveLocation :: argo_graphql_language_type_system_directive_location:t(), Location :: erl_anno:location(), Type :: t().