This commit is contained in:
roschaefer 2019-11-28 18:07:00 +01:00
parent c010d4b0ae
commit 76414dbec7
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { rule, shield, deny, allow, and, or, not } from 'graphql-shield'
import { rule, shield, deny, allow, or } from 'graphql-shield'
import { neode } from '../bootstrap/neo4j'
import CONFIG from '../config'

View File

@ -9,7 +9,6 @@ const neode = getNeode()
let mutate
let authenticatedUser
let user
let variables
const driver = getDriver()