Skip to content

Remove Vertex IDs, related mappings etc.#185

Merged
clue merged 1 commit into
graphp:masterfrom
clue-labs:remove-id
Nov 30, 2019
Merged

Remove Vertex IDs, related mappings etc.#185
clue merged 1 commit into
graphp:masterfrom
clue-labs:remove-id

Conversation

@clue
Copy link
Copy Markdown
Member

@clue clue commented Nov 29, 2019

// old
$vertex = $graph->createVertex(10);

// new
$vertex = $graph->createVertex()->setAttribute('id', 10);

Resolves / closes #131
Builds on top of #183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider dropping Vertex ID

1 participant