Skip to content

Allows initSimpleApp to initialize Apollo

Eduardo Bonet requested to merge frontend/init_simple_app_options into master

What does this MR do and why?

Allows initSimpleApp to initialize Apollo

Vue apps initialized with initSimpleApp couldn't really use graphql since it wasn't possible to include apollo. This adds two options: either initialize a default one, or pass a pre configured one. Existing usages of initSimpleApp are not affected.

Changelog: other

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports