mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
chore: move generated graphql files
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
src/generated/* linguist-vendored
|
||||
generated/* linguist-vendored
|
||||
+1
-1
@@ -2,7 +2,7 @@ overwrite: true
|
||||
schema: "http://localhost:8000/___graphql"
|
||||
documents: "src/**/*.graphql"
|
||||
generates:
|
||||
src/generated/graphql.ts:
|
||||
generated/graphql.ts:
|
||||
plugins:
|
||||
- "typescript"
|
||||
- "typescript-operations"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import React, { Fragment } from "react"
|
||||
import { graphql } from "gatsby"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { MarkdownRemark, Query } from "../generated/graphql"
|
||||
import { MarkdownRemark, Query } from "../../generated/graphql"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function AboutPage({ data }: ComponentQuery<{ md: MarkdownRemark }>) {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
import React, { Fragment } from "react"
|
||||
import { graphql } from "gatsby"
|
||||
import { Markdown } from "../components/Markdown"
|
||||
import { MarkdownRemark, Query } from "../generated/graphql"
|
||||
import { MarkdownRemark, Query } from "../../generated/graphql"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function RulesPage({ data }: ComponentQuery<{ md: MarkdownRemark }>) {
|
||||
|
||||
Reference in New Issue
Block a user