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