Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add upsert and insert graph options in params #153

Merged
merged 15 commits into from
May 29, 2021

Commits on Oct 21, 2020

  1. Fix schema use with graph

    Thomas-git committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9fbe184 View commit details
    Browse the repository at this point in the history
  2. Add $startTransaction params

    * allow for atomic graph upsert/insert
    * allow for atomic multi create
    Thomas-git committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8ca5623 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    342206c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Fix $startTransaction (atomic)

    * Is now $atomic
    * Better testing
    * README infos
    Thomas-git committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    fe22dde View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    e230e68 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Fix/Add comments

    Thomas-git committed May 25, 2021
    Configuration menu
    Copy the full SHA
    0bbb791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f56c11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb94056 View commit details
    Browse the repository at this point in the history
  4. Merge remote branch 'upstream/master'

    Conflicts:
    	src/index.js
    Thomas-git committed May 25, 2021
    Configuration menu
    Copy the full SHA
    5f2142f View commit details
    Browse the repository at this point in the history
  5. Fixed typo

    dekelev committed May 25, 2021
    Configuration menu
    Copy the full SHA
    8fccef0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Add upsert and insert graph options in params

    * allow for query based insert and upsert graph options
    typical use case is different options based on authenticated user rights
    Thomas-git committed May 27, 2021
    Configuration menu
    Copy the full SHA
    98495cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ce9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ea5fc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    265a365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5871b13 View commit details
    Browse the repository at this point in the history