I am trying to get a flitered list of users who were created 2 years ago and have a lastseen of either null or over 1 year ago.
Assume I know how GraphQL works and I am already using it. I just need help crafting the specific query.
I have tried search
:https://developers.bettermode.com/docs/graphql/queries/search and filterMembers
which doesnt seem to be listed in the GraphQL Reference docs
Any thoughts on how this could be written?