Absinthe role enum example

Hi everyone,

Because i couldn’t find someone to help me with my questions here What is the correct way to add roles to a user schema in absinthe?

I am asking is there an example with absinthe schema using role enum for a user schema?

or to express in plain English: Absinthe authentication with role management example?

Example: user admin author etc roles.

Thanks in advance for any link or advice on this matter.

Really depends on the specific system, nothing really absinthe related.

Thanks but i really want an example with Absinthe enum role working, so in a way it is Graphql related.

Absinthe authentication with role management example using role enum