@strapi/plugin-graphql 4.21.1 → 4.22.1

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.
@@ -112,8 +112,6 @@ async function bootstrap({ strapi: strapi2 }) {
112
112
  type: "content-api"
113
113
  }
114
114
  };
115
- if (ctx.request.method === "GET")
116
- return next();
117
115
  return strapi2.auth.authenticate(ctx, next);
118
116
  },
119
117
  // Apollo Server