From 8720c3912ff165158d17bcdfccf9eeb7abda2c51 Mon Sep 17 00:00:00 2001 From: Michael Watson Date: Wed, 11 Oct 2023 10:49:49 -0700 Subject: [PATCH] Update schema.graphql --- subgraphs/spotify/schema.graphql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subgraphs/spotify/schema.graphql b/subgraphs/spotify/schema.graphql index 961841f1..be7bf90c 100644 --- a/subgraphs/spotify/schema.graphql +++ b/subgraphs/spotify/schema.graphql @@ -127,10 +127,10 @@ type Query { limit: Int ): Recommendations - """ - Information about the current logged-in user. - """ - me: CurrentUser + #""" + #Information about the current logged-in user. + #""" + #me: CurrentUser """ Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s “Browse” tab).