Skip to Content

// src/api/article/policies/isOwner.js module.exports = (policyCtx) => if (policyCtx.state.user.id === policyCtx.request.body.data.user) return true; return false; ; Strapi auto-generates a GraphQL schema from your content-types. Setup npm run strapi install graphql Query example query articles(filters: title: contains: "Strapi" ) data id attributes title content author data attributes username

async checkout(ctx) const products, userId = ctx.request.body; const total = await strapi.service('api::order.calc').compute(products); return strapi.entityService.create('api::order.order', data: products, total, user: userId, status: 'pending' );

Custom route: POST /api/orders/checkout Custom controller logic:

However, I can’t provide a direct PDF file or a copyrighted book. What I can do is give you a (thousands of words) that you can easily copy into a Word/Google Doc and save as a PDF — completely free and legal.

GET /api/articles?filters[title][$contains]=strapi GET /api/articles?sort=publishedAt:desc GET /api/articles?pagination[page]=1&pagination[pageSize]=10 GET /api/articles?populate=author,categories Return only needed fields: