Expand my Community achievements bar.

satoshi1
satoshi1
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @Aditya_Chabuku , Thank you for your reply. The intent of my question was if it is possible to use Next.js in AEM environment only.   I checked the Adobe documentation, including the link you provided. As a result, I found that if I want to use Next.js in AEM, I need a server other than AEM at th...

    Type

    Discussions

    Views

    2.6K

    Like

    1

    Replies

    0
  • I am considering using React and Next.js for AEM headless.The following page has an example of Next.js usage, is this a remote SPA example? https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/how-to/example-apps/next-js.html?lang=ja   Or is it possible ...

    Type

    Discussions

    Views

    2.6K

    Likes

    0

    Replies

    2
  • Hi HeenaMadan, I tried the following query in GraphiQL Explorer and got an error "Unknown argument "limit" on field "QueryType.eventList"". query { eventsTestList(limit: 10, offset: 0) { items { _path } } }   From the answers to the following questions, it appears that Paging/Sor...

    Type

    Discussions

    Views

    847

    Like

    1

    Replies

    0
  • I want to get only n results of a query in GraphiQL Explorer.The GraphQL documentation says that I can use first, but when I try to use it in GraphiQL Explorer, I get an error.   query allEventsTest { eventsTestList(first:10) { items { _path } } }

    Type

    Discussions

    Views

    865

    Likes

    0

    Replies

    2
Top badges earned by satoshi1
Customize the badges you want to showcase on your profile