Ex query
User(id: 1234) { userIsTeamLeader(teamed: 6) }
How would I access the user id in the resolve_userIsTeamLeader function? I am aware of contexts but that is not what I am looking for in this case. I want to access a higher level argument. Is this possible?