@strapi/plugin-graphql 5.0.0-beta.1 → 5.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -136,9 +136,6 @@ async function bootstrap({ strapi: strapi2 }) {
136
136
  type: "content-api"
137
137
  }
138
138
  };
139
- if (ctx.request.method === "GET") {
140
- return next();
141
- }
142
139
  return strapi2.auth.authenticate(ctx, next);
143
140
  });
144
141
  handler.push(