GSQL code for maximal clique

Hi,
I want to have the GSQL code for finding maximal clique?
The schema I have is:

  • Vertex Person
  • Edge relationship (from Person, to Person)
    Thank you!