api-platform: automatic mercure subscriptions for GraphQL queriesApollo and GraphQL CORSHow to build a GraphQL API with api-platform?GraphQL with Api-Platform returning null in GraphiQLreturns null on short GraphQL queryApi-Platform User Login via GraphQLApi-Platform and GraphQl - how do I get the data from a special operation?How do I receive POST requests to my local app from third-party site?Apollo client + graphql + api-platform error after query executionECONNREFUSED when using apollo client to do graphQL query from getInitialProps method in nextjsHow to secure app and be able to use Symfony Auth credentials in Symfony + VueJs SPA

How did old MS-DOS games utilize various graphic cards?

English word for "product of tinkering"

Why was the Sega Genesis marketed as a 16-bit console?

Why didn't Voldemort recognize that Dumbledore was affected by his curse?

What is the actual quality of machine translations?

Taxi Services at Didcot

Using "subway" as name for London Underground?

What's up with this leaf?

How to construct an hbox with negative height?

How can electric fields be used to detect cracks in metals?

1980s live-action movie where individually-coloured nations on clouds fight

SQL counting distinct over partition

What is the `some` keyword in SwiftUI?

SOQL Not Recognizing Field?

Why is only the fundamental frequency component said to give useful power?

SHELL environment variable still points to zsh after using bash

How to return a security deposit to a tenant

Winning Strategy for the Magician and his Apprentice

Project Euler #7 10001st prime in C++

How is water heavier than petrol, even though its molecular weight is less than petrol?

Is a lack of character descriptions a problem?

Is it legal for a bar bouncer to conficaste a fake ID

How come the nude protesters were not arrested?

Is counterpoint still used today?



api-platform: automatic mercure subscriptions for GraphQL queries


Apollo and GraphQL CORSHow to build a GraphQL API with api-platform?GraphQL with Api-Platform returning null in GraphiQLreturns null on short GraphQL queryApi-Platform User Login via GraphQLApi-Platform and GraphQl - how do I get the data from a special operation?How do I receive POST requests to my local app from third-party site?Apollo client + graphql + api-platform error after query executionECONNREFUSED when using apollo client to do graphQL query from getInitialProps method in nextjsHow to secure app and be able to use Symfony Auth credentials in Symfony + VueJs SPA






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















api-platform automatically issues events to a mercure hub when updating resources marked with mercure=true and publishes the topics to listen on in the according GET endpoints. Nice. Is there already an option that I can use in the generated GraphQL endpoints?



The mercure docs say: https://github.com/dunglas/mercure#how-to-use-mercure-with-graphql that mercure should integrate "very well" with any GraphQL API as long as it "returns a corresponding topic URL". But afaik the GraphQL API generated by api-platform doesn't (https://api-platform.com/docs/core/mercure/). Do I miss anything or is this upcoming? Using apollo-vue on the frontend.



To work around I could listen to changes on all entity ids using dedicated EventSource topics on the frontend. I would use an URI template like http://localhost:8080/product_streams/id there. But I can't manage to write an uri template that matches only certain ids like: http://localhost:8080/product_streams/id:123,456,789 to get only updates for streams no 123 456 789 (tried https://uri-template-tester.mercure.rocks/ && https://tools.ietf.org/html/rfc6570#page-18) with no success :(










share|improve this question




























    1















    api-platform automatically issues events to a mercure hub when updating resources marked with mercure=true and publishes the topics to listen on in the according GET endpoints. Nice. Is there already an option that I can use in the generated GraphQL endpoints?



    The mercure docs say: https://github.com/dunglas/mercure#how-to-use-mercure-with-graphql that mercure should integrate "very well" with any GraphQL API as long as it "returns a corresponding topic URL". But afaik the GraphQL API generated by api-platform doesn't (https://api-platform.com/docs/core/mercure/). Do I miss anything or is this upcoming? Using apollo-vue on the frontend.



    To work around I could listen to changes on all entity ids using dedicated EventSource topics on the frontend. I would use an URI template like http://localhost:8080/product_streams/id there. But I can't manage to write an uri template that matches only certain ids like: http://localhost:8080/product_streams/id:123,456,789 to get only updates for streams no 123 456 789 (tried https://uri-template-tester.mercure.rocks/ && https://tools.ietf.org/html/rfc6570#page-18) with no success :(










    share|improve this question
























      1












      1








      1








      api-platform automatically issues events to a mercure hub when updating resources marked with mercure=true and publishes the topics to listen on in the according GET endpoints. Nice. Is there already an option that I can use in the generated GraphQL endpoints?



      The mercure docs say: https://github.com/dunglas/mercure#how-to-use-mercure-with-graphql that mercure should integrate "very well" with any GraphQL API as long as it "returns a corresponding topic URL". But afaik the GraphQL API generated by api-platform doesn't (https://api-platform.com/docs/core/mercure/). Do I miss anything or is this upcoming? Using apollo-vue on the frontend.



      To work around I could listen to changes on all entity ids using dedicated EventSource topics on the frontend. I would use an URI template like http://localhost:8080/product_streams/id there. But I can't manage to write an uri template that matches only certain ids like: http://localhost:8080/product_streams/id:123,456,789 to get only updates for streams no 123 456 789 (tried https://uri-template-tester.mercure.rocks/ && https://tools.ietf.org/html/rfc6570#page-18) with no success :(










      share|improve this question














      api-platform automatically issues events to a mercure hub when updating resources marked with mercure=true and publishes the topics to listen on in the according GET endpoints. Nice. Is there already an option that I can use in the generated GraphQL endpoints?



      The mercure docs say: https://github.com/dunglas/mercure#how-to-use-mercure-with-graphql that mercure should integrate "very well" with any GraphQL API as long as it "returns a corresponding topic URL". But afaik the GraphQL API generated by api-platform doesn't (https://api-platform.com/docs/core/mercure/). Do I miss anything or is this upcoming? Using apollo-vue on the frontend.



      To work around I could listen to changes on all entity ids using dedicated EventSource topics on the frontend. I would use an URI template like http://localhost:8080/product_streams/id there. But I can't manage to write an uri template that matches only certain ids like: http://localhost:8080/product_streams/id:123,456,789 to get only updates for streams no 123 456 789 (tried https://uri-template-tester.mercure.rocks/ && https://tools.ietf.org/html/rfc6570#page-18) with no success :(







      graphql api-platform.com mercure






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 at 16:58









      StefanStefan

      2,66231626




      2,66231626






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55326237%2fapi-platform-automatic-mercure-subscriptions-for-graphql-queries%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55326237%2fapi-platform-automatic-mercure-subscriptions-for-graphql-queries%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript