Connecting to a specific graph - neo4j spark connector

How to specify a specific graph to connect to with integration neo4j with spark?

I have multiple graphs like:
image

There is no option given in official document to specify which graph to use while reading/ writing data.

There is a Session option : 'database' to specify db name.

Thanks