Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
romshark committed May 29, 2019
1 parent d97b721 commit cd40296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/graph/resolver/mAuthenticate.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func (rsv *Resolver) Authenticate(
ctx,
`query Session($sessionKey: string) {
session(func: eq(Session.key, $sessionKey)) {
uid
Session.key
Session.creation
Session.user {
Expand Down

0 comments on commit cd40296

Please sign in to comment.