add some date handling
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import { graphql } from "@/gql";
|
||||
import { EventFragment, EventOccurrence } from "@/gql/graphql";
|
||||
|
||||
export type { EventFragment } from "@/gql/graphql"
|
||||
|
||||
const EventFragmentDefinition = graphql(`
|
||||
fragment Event on EventPage {
|
||||
__typename
|
||||
|
Reference in New Issue
Block a user