How can I limit the number of cliques found by the action?
1 vues
Réponse
You can use the `maxCliques` parameter to specify the maximum number of cliques to return. You can set it to a specific integer (1 or greater) or use 'ALL' to retrieve all maximal cliques.