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

fix(dgraph): id generation overlap #10719

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 24, 2024

  1. fix dgraph adapter createUser

    Dgraph will generate the ID by itself. In Dgraph, every node has a unique 64-bit identifier that you can expose in GraphQL using the ID type. An ID is auto-generated, immutable and never reused. Each type can have at most one ID field.
    
    The ID type works great when you need to use an identifier on nodes and don’t need to set that identifier externally
    korzhanov committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5555d05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from korzhanov/dgraph-adapter-patch-for-id

    fix dgraph adapter createUser
    korzhanov committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b82fce9 View commit details
    Browse the repository at this point in the history