spec/fixtures/upgrader/subscribable.original.rb in graphql-1.8.0.pre5 vs spec/fixtures/upgrader/subscribable.original.rb in graphql-1.8.0.pre6
- old
+ new
@@ -44,8 +44,12 @@
return false if context[:viewer].nil?
subscribable.async_subscription_status(context[:viewer]).then(&:success?)
end
end
+
+ connection :issues, function: Platform::Functions::Issues.new, description: "A list of issues associated with the milestone."
+ connection :files, -> { !Connections.define(PackageFile) }, description: "List of files associated with this registry package version"
+ field :enabled, !types.Boolean, "Whether enabled for this project", property: :enabled?
end
end
end