Skip to content

Load source content client-side resolver

Enrique Alcántara requested to merge 216186-files-api-client-side-adapter into master

What does this MR do?

Defines a GraphQL. client-side resolver that fetches a file content using the Files REST API. Creating client-side resolvers to wrap REST APIs is a transition step that allows us to adopt VueAPollo in the Static Site Editor even when GitLab GraphQL API does not provide all the features required by the Static Site Editor.

note: This MR does not remove the Vuex counterpart yet! That will happen in another MR.

This MR is part of the effort to adopt GraphQL in the Static Site Editor. You can see more details of the frontend efforts at #216186 (closed).

To understand the whole effort, see &3183 (closed)

Next Merge Request: !31401 (merged)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Enrique Alcántara

Merge request reports