Skip to content

Do not attempt to fetch snippet information on the new snippet's creation

Denys Mishunov requested to merge 270470-no-query-new-snippet into master

What does this MR do?

Even though the task is pretty straightforward, in addition to

  • prevent querying for snippet information on the new snippet's creation

this MR also introduces the re-architecture of how the immutable props are distributed in the application:

  • instead of local Apollo cache we now rely on provide/inject options

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #270470 (closed)

Edited by Denys Mishunov

Merge request reports