diff --git a/modules/core/graph/schemas/streams.graphql b/modules/core/graph/schemas/streams.graphql index 02793fa87..bd314b1ac 100644 --- a/modules/core/graph/schemas/streams.graphql +++ b/modules/core/graph/schemas/streams.graphql @@ -64,7 +64,7 @@ extend type Subscription { """ Subscribes to new stream creation. """ - streamCreated( ownerId: String! ): Stream! + streamCreated( ownerId: String! ): Stream! @hasScope(scope: "streams:read") } input StreamCreateInput {