Fixed gql subscription typo

graph-rework-2
noah metz 2023-07-03 19:04:51 -06:00
parent 9485ef9772
commit fd72ad3901
1 changed files with 1 additions and 1 deletions

@ -752,7 +752,7 @@ func GQLSubscriptionSelf() * graphql.Field {
}
}
return gql_subscription_update
return gql_subscription_self
}
var gql_subscription_update * graphql.Field = nil