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).