BaseNeptuneGraph# class langchain_aws.graphs.neptune_graph.BaseNeptuneGraph[source]# Attributes get_schema Returns the schema of the Neptune database Methods __init__() query(query[,Β params]) __init__()# abstract query(query: str, params: dict = {}) β dict[source]# Parameters: query (str) β params (dict) β Return type: dict