Skip to content

Commit

Permalink
added tags to editChannel output
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgraham committed Feb 5, 2021
1 parent 6e43161 commit 0334d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/apollo/resolvers/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const channelResolvers = {
uuid,
success: true,
name,
tags,
};
} catch(err){
if (err instanceof BasicRazeeError) {
Expand Down
1 change: 1 addition & 0 deletions app/apollo/schema/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const channelSchema = gql`
type EditChannelReply {
uuid: String!
name: String!
tags: [String!]!
success: Boolean
}
type AddChannelVersionReply {
Expand Down

0 comments on commit 0334d2a

Please sign in to comment.