Did you know ... Search Documentation:
Pack graphql -- prolog/graphql.pl
PublicShow source

Re-exported predicates

The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.

 graphql(+Content, +Args, -VariableNames, -Result) is det
Quasi-quotation syntax for embedding GraphQL in Prolog text. Prolog variables can be incorporated in the quasi-quotation using the special lexical construct "<VarName>" where VarName is the name of a variable that is an element of Args. See also option variable_names(+VarNames) in graphql_read_document/3.

Result is a term representing the given GraphQL document in the same format as used by graphql_read_document/3.