From 95249b587c6dc3a4deffd240b0c684bec6ac4fcc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 28 Jun 2021 22:27:20 -0700 Subject: [PATCH] Disable `morpheus-graphql-*` --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 88ac599e..87c9b458 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5193,6 +5193,10 @@ packages: - monad-recorder < 0 - monad-unlift < 0 - morpheus-graphql-core < 0 + - morpheus-graphql < 0 + - morpheus-graphql-app < 0 + - morpheus-graphql-client < 0 + - morpheus-graphql-subscriptions < 0 - murmur < 0 - mustache < 0 - n2o-protocols < 0