From cf8934c605d0dcd9e8c232cde5865da2e1630706 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 19 Feb 2024 11:58:31 +0300 Subject: [PATCH] schema-main --- {__init__.py => schema}/enum.graphql | 0 {__init__.py => schema}/input.graphql | 0 {__init__.py => schema}/mutation.graphql | 0 {__init__.py => schema}/query.graphql | 0 {__init__.py => schema}/type.graphql | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {__init__.py => schema}/enum.graphql (100%) rename {__init__.py => schema}/input.graphql (100%) rename {__init__.py => schema}/mutation.graphql (100%) rename {__init__.py => schema}/query.graphql (100%) rename {__init__.py => schema}/type.graphql (100%) diff --git a/__init__.py/enum.graphql b/schema/enum.graphql similarity index 100% rename from __init__.py/enum.graphql rename to schema/enum.graphql diff --git a/__init__.py/input.graphql b/schema/input.graphql similarity index 100% rename from __init__.py/input.graphql rename to schema/input.graphql diff --git a/__init__.py/mutation.graphql b/schema/mutation.graphql similarity index 100% rename from __init__.py/mutation.graphql rename to schema/mutation.graphql diff --git a/__init__.py/query.graphql b/schema/query.graphql similarity index 100% rename from __init__.py/query.graphql rename to schema/query.graphql diff --git a/__init__.py/type.graphql b/schema/type.graphql similarity index 100% rename from __init__.py/type.graphql rename to schema/type.graphql