export default defineGraphQLContext(async (event) => { const wpAuthToken = await getAuthToken(event); return { wpAuthToken }; });