Skip to content

Instantly share code, notes, and snippets.

@Ramko9999
Created February 21, 2020 03:12
Show Gist options
  • Select an option

  • Save Ramko9999/e6238d6c819a1273edd6a72d00fde099 to your computer and use it in GitHub Desktop.

Select an option

Save Ramko9999/e6238d6c819a1273edd6a72d00fde099 to your computer and use it in GitHub Desktop.
/*
Before, we attempt to retrieve any vertices, we must first create a Vertex() object that we can pass in as a paramter.
*/
Vertex v1 = Vertex("VERTEX TYPE", "VERTEX ID", "VERTEX ATTRIBUTES (OPTIONAL)");
Vertex siteVertex = Vertex("site", "site91"); //example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment