dgraph_ex

v0.1.2

  • Pages
  • Modules

    dgraph_ex v0.1.2 DgraphEx.Field View Source

    Link to this section Summary

    Functions

    as_delete(field)
    as_schema(f)
    as_setter(f)
    as_setter_template(f)
    as_variables(f)
    delete_field(subject, predicate, object)
    dollarify(f)
    field(predicate, type, options \\ [])

    This macro is for use inside vertex/2 macro blocks (for field definitions)

    new(predicate, type, options \\ [])
    put_object(field, value)
    put_subject(fields, subject)
    stringify(value)
    type_annotation(type)
    wrap_quotes(item)

    Link to this section Functions

    Link to this function as_delete(field) View Source
    Link to this function as_schema(f) View Source
    Link to this function as_setter(f) View Source
    Link to this function as_setter_template(f) View Source
    Link to this function as_variables(f) View Source
    Link to this function delete_field(subject, predicate, object) View Source
    Link to this function dollarify(f) View Source
    Link to this macro field(predicate, type, options \\ []) View Source (macro)

    This macro is for use inside vertex/2 macro blocks (for field definitions).

    Link to this function new(predicate, type, options \\ []) View Source
    Link to this function put_object(field, value) View Source
    Link to this function put_subject(fields, subject) View Source
    Link to this function stringify(value) View Source
    Link to this function type_annotation(type) View Source
    Link to this function wrap_quotes(item) View Source

    Built using ExDoc (v0.16.2), designed by Friedel Ziegelmayer.