When I tried to parse the following statement, it generated a syntax tree that did not meet expectations:
CREATE GRAPH /my_schema/my_object.my_graph.
I expected to get a schema, an object, and a graphName under catalogGraphParentAndName, but I got ofGraphType.

When I tried to parse the following statement, it generated a syntax tree that did not meet expectations:

CREATE GRAPH /my_schema/my_object.my_graph.I expected to get a schema, an object, and a graphName under
catalogGraphParentAndName, but I gotofGraphType.