From d259a303d3e56c0e98ceb1df861d08da02b52053 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 17 Jun 2019 13:54:38 +0200 Subject: [PATCH] Drop deprecated GraphQL\Schema --- UPGRADE.md | 5 +++++ src/Schema.php | 22 ---------------------- 2 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 src/Schema.php diff --git a/UPGRADE.md b/UPGRADE.md index a9d7256..99d2150 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -1,3 +1,8 @@ +## Master + +### Breaking (major): dropped deprecations + - dropped deprecated `GraphQL\Schema`. Use `GraphQL\Type\Schema`. + ## Upgrade v0.12.x > v0.13.x ### Breaking (major): minimum supported version of PHP diff --git a/src/Schema.php b/src/Schema.php deleted file mode 100644 index 351047a..0000000 --- a/src/Schema.php +++ /dev/null @@ -1,22 +0,0 @@ -