Merged in feature/turbopack (pull request #3117)
Feature/turbopack * . * . * pin import-in-the-middle * update marker * revert back to using *.graphql.ts Approved-by: Linus Flood
This commit is contained in:
12
packages/trpc/lib/graphql/Fragments/HotelPage/Ref.graphql.ts
Normal file
12
packages/trpc/lib/graphql/Fragments/HotelPage/Ref.graphql.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { gql } from "graphql-tag"
|
||||
|
||||
import { System } from "../System.graphql"
|
||||
|
||||
export const HotelPageRef = gql`
|
||||
fragment HotelPageRef on HotelPage {
|
||||
system {
|
||||
...System
|
||||
}
|
||||
}
|
||||
${System}
|
||||
`
|
||||
Reference in New Issue
Block a user