import { createTestContext } from '../../__helpers' const ctx = createTestContext() it.skip('should get ids of Lockers', async () => { const accesskey = await ctx.client.send('{ lockers {id} }') })