reorganize some event queries, types and components

This commit is contained in:
2024-05-12 00:01:12 +02:00
parent bc9fbd5d84
commit a6fcaa1579
8 changed files with 154 additions and 122 deletions

View File

@ -2,7 +2,7 @@ import { CodegenConfig } from "@graphql-codegen/cli";
const config: CodegenConfig = {
schema: "http://127.0.0.1:8000/api/graphql/",
documents: ["src/**/*.tsx"],
documents: ["src/**/*.tsx", "src/**/*.ts"],
ignoreNoDocuments: true, // for better experience with the watcher
generates: {
"./src/gql/": {