GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.06k forks source link

API call in GRAPES JS #2307

Closed Amitkumar85533 closed 5 years ago

Amitkumar85533 commented 5 years ago

Hi Everyone,

I created a calendar plugin using @fullcalendar in GrapesJS Now I want to call a GraphQL API to fetch the events in the calendar. How to perform this in GrapesJS?

Thanks in Advance !!!!!

pouyamiralayi commented 5 years ago

How to perform this in GrapesJS?

you can make your api calls inside script.

what ever js library you are using for making the calls it would be okay. cheers!