Implement SignIn/SignOut

This commit is contained in:
Jorge Vargas 2024-11-15 12:58:43 -06:00
parent bce35d73ca
commit adeb3fd3bf
16 changed files with 987 additions and 77 deletions

View file

@ -1,7 +1,7 @@
import rss, { type RSSFeedItem } from '@astrojs/rss'
import type { APIContext } from 'astro'
import { getApolloClient } from '@/graphql/apolloClient.js'
import { getApolloClient } from '@/graphql/apolloClientSSR'
import { gql } from '@/graphql/__generated__/client'
const addedQuery = gql(`