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
    1. Home
    2. dasmo
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Groups 0

    dasmo

    @dasmo

    1
    Reputation
    125
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dasmo Follow

    Best posts made by dasmo

    • RE: Using GraphQL and Apollo With The Latest Quasar

      Thanks @maralefer, that has got me close but I can’t seem to get this.$apollo to be set up properly. If I check this.$apollo in mounted(), it comes up as a DollarApollo object:

      this.$apollo
      DollarApollo {_apolloSubscriptions: Array(0), _watchers: Array(0), vm: Vue, queries: {…}, subscriptions: {…}, …}

      But its client property is always undefined:

      this.$apollo.client
      undefined

      I know the provider is being set up with the client because stepping through my plugin shows that is is. Also, I can see the client from within mounted() when looking at:

      this._provided.$apolloProvider.clients
      {a: ApolloClient, defaultClient: ApolloClient}

      Any ideas?

      Thanks in advance,
      Daniel

      posted in Help
      D
      dasmo

    Latest posts made by dasmo

    • RE: Using GraphQL and Apollo With The Latest Quasar

      Thanks @maralefer, that has got me close but I can’t seem to get this.$apollo to be set up properly. If I check this.$apollo in mounted(), it comes up as a DollarApollo object:

      this.$apollo
      DollarApollo {_apolloSubscriptions: Array(0), _watchers: Array(0), vm: Vue, queries: {…}, subscriptions: {…}, …}

      But its client property is always undefined:

      this.$apollo.client
      undefined

      I know the provider is being set up with the client because stepping through my plugin shows that is is. Also, I can see the client from within mounted() when looking at:

      this._provided.$apolloProvider.clients
      {a: ApolloClient, defaultClient: ApolloClient}

      Any ideas?

      Thanks in advance,
      Daniel

      posted in Help
      D
      dasmo