Merge branch 'master' into 142993479-tags

This commit is contained in:
Kim Gardner
2017-04-27 11:59:48 -04:00
committed by GitHub
98 changed files with 2993 additions and 2130 deletions
+9
View File
@@ -820,6 +820,14 @@ type RootMutation {
stopIgnoringUser(id: ID!): StopIgnoringUserResponse
}
################################################################################
## Subscriptions
################################################################################
type Subscription {
commentAdded(asset_id: ID!): Comment
}
################################################################################
## Schema
################################################################################
@@ -827,4 +835,5 @@ type RootMutation {
schema {
query: RootQuery
mutation: RootMutation
subscription: Subscription
}