simone
01/31/2018, 7:37 PMtype AnonymousUser
but I can't imagine a way to create relations with models requiring a User
relation type.
Furthermore how should I get the anonymous user if it does not exist yet? I imagine a general query like query currentUser()
to retrieve current but I'm not sure wether it's okay to create a mutation inside a query (I imagine it's not).