GraphQL permission #10679
-
Hi! My NextJS call, on the server side of Next, Orchard from Hope it is clear and you can help me! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I found this very good article https://medium.com/swlh/orchard-core-open-id-connect-and-graphql-f003a222260a. But I have always a question. The access token expires shortly. So I need to request it each time I need to call graphQL endpoint? |
Beta Was this translation helpful? Give feedback.
-
There are no mutations yet in the GraphQL endpoint. To manage your content items you need to use the REST API endpoint. You could use OpenApi/Swagger for that matter. |
Beta Was this translation helpful? Give feedback.
There are no mutations yet in the GraphQL endpoint. To manage your content items you need to use the REST API endpoint. You could use OpenApi/Swagger for that matter.