Feature/turbopack * . * . * pin import-in-the-middle * update marker * revert back to using *.graphql.ts Approved-by: Linus Flood
9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
import { gql } from "graphql-tag"
|
|
|
|
export const PageSettings = gql`
|
|
fragment PageSettings on PageSettings {
|
|
hide_booking_widget
|
|
booking_code
|
|
}
|
|
`
|