Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update k6 tests
  • Loading branch information
Josh-Walker-GM committed Nov 2, 2023
commit b8f9473f7ebff450f16d24a6faad8368d1b73cd6
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { MutationResolvers } from 'types/graphql'

import { setContext } from '@redwoodjs/graphql-server'
import { setContext } from '@redwoodjs/context'

export const magicNumber: MutationResolvers['magicNumber'] = async ({
value,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { APIGatewayProxyEvent, Context } from 'aws-lambda'

import { setContext } from '@redwoodjs/graphql-server'
import { setContext } from '@redwoodjs/context'

export const handler = async (
event: APIGatewayProxyEvent,
Expand Down