Skip to content

Commit

Permalink
added @sv
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgraham committed Feb 9, 2021
1 parent ed0fcde commit ec290e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/apollo/schema/subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ const subscriptionSchema = gql`
"""
Adds a subscription
"""
addSubscription(orgId: String! @sv, name: String! @sv, groups: [String!] @sv, channelUuid: String! @sv, versionUuid: String! @sv, clusterId: String): AddChannelSubscriptionReply!
addSubscription(orgId: String! @sv, name: String! @sv, groups: [String!] @sv, channelUuid: String! @sv, versionUuid: String! @sv, clusterId: String @sv): AddChannelSubscriptionReply!
"""
Edits a subscription
"""
editSubscription(orgId: String! @sv, uuid: String! @sv, name: String! @sv, groups: [String!]! @sv, channelUuid: String! @sv, versionUuid: String! @sv, clusterId: String): EditChannelSubscriptionReply!
editSubscription(orgId: String! @sv, uuid: String! @sv, name: String! @sv, groups: [String!]! @sv, channelUuid: String! @sv, versionUuid: String! @sv, clusterId: String @sv): EditChannelSubscriptionReply!
"""
Set a configurationVersion
Expand Down

0 comments on commit ec290e9

Please sign in to comment.