Can I save/share the cypher query in neo4j community version?

Hi Team,

  1. Is there a option to save/share cypher query in neo4j community version?
  2. And when we expand the graph, is there a way the query automatically evolves to graph expansion, can save the save query.
    Thanks

Not sure what you mean. Do you want to have users execute your queries like a library? If you built an application to execute queries you would be able to. If you want queries to be available in the browsers for others to use, you could develop and deploy a suite of custom procedures and functions that uses can execute in the browsers, just like an other procedure or function. You will need to know java, as you would be executing them using the Neo4j Java API running on the server. You would package the suite in a jar and deploy it to the server. The procedures and functions will then be available.