No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    plugin vue-apollo in quasar 0.15.1

    Starter Kits
    3
    7
    1933
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jcesar last edited by

      Hello,
      I managed to configure vue-apollo manually, modifying the entry.js file but every time I modified the quasar.conf.js file it eliminated the apolloProvider

      import apolloProvider from ‘src / plugins / apolloProvider’

      const app = {
         the: ‘# q-app’,
         router,
         provide: apolloProvider.provide (),
      store,
         … App
      }

      1 Reply Last reply Reply Quote 1
      • cheebhodh
        cheebhodh last edited by

        Same, this is my problem … 😞

        1 Reply Last reply Reply Quote 0
        • cheebhodh
          cheebhodh last edited by

          Yes, I get solved

          you must use this code in your plugin

          app.provide = apolloProvider.provide()

          1 Reply Last reply Reply Quote 1
          • cheebhodh
            cheebhodh last edited by

            thank to Master Razvan

            1 Reply Last reply Reply Quote 0
            • J
              jcesar last edited by

              thanks thank you very much helped me a lot

              1 Reply Last reply Reply Quote 0
              • cheebhodh
                cheebhodh last edited by

                Welcome 🙂

                1 Reply Last reply Reply Quote 0
                • D
                  Drum last edited by

                  Great help, both from the original topic and @cheebhodh reply. Up and running with GraphQL and Apollo now, thanks!

                  1 Reply Last reply Reply Quote 1
                  • First post
                    Last post