You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During the initialization of the GraphQL setup in GUAC, the graphql connects to ArangoDB and checks for the existence of a graph. If a graph is present, the setup skips creation of new graph. However, when a new collection is added in code, and the graph already exists, it does not update graph to accommodate the new collection.
To Reproduce
Use 0.3.0 version GraphQL image to setup GraphQL a ArangoDB
Update the GraphQL deployment to use 0.4.0 version GraphQL image
Try ingesting data in using gucone collect files command
Expected behavior
Update a graph, whenever a new collection is added via code.
The text was updated successfully, but these errors were encountered:
Describe the bug
During the initialization of the GraphQL setup in GUAC, the graphql connects to ArangoDB and checks for the existence of a graph. If a graph is present, the setup skips creation of new graph. However, when a new collection is added in code, and the graph already exists, it does not update graph to accommodate the new collection.
To Reproduce
gucone collect files
commandExpected behavior
Update a graph, whenever a new collection is added via code.
The text was updated successfully, but these errors were encountered: