Closed romaklimenko closed 3 months ago
Instead of doing this:
entities = cluedin.gql.entries(ctx, query, vars)
do this:
entities = cluedin.gql.search(ctx, query="+entityType:/Person", filter="...", properties="...")
So basically, as a user, I don't want to boilerplate the same GraphQL query over and over.
Instead of doing this:
do this:
So basically, as a user, I don't want to boilerplate the same GraphQL query over and over.