Apollo client devtools uses LESS for stylings, which is not supported for Flipper plugin. Flipper plugin supports Emotion, so styles needs to be migrated. This was done already for Cache tab. It can be used as an example how this can be achieved. Goal is to have the Mutations Tab UI look like it looks in Chrome devtools. No need to wire up the functionality - just get the UI working.
Apollo client devtools uses LESS for stylings, which is not supported for Flipper plugin. Flipper plugin supports Emotion, so styles needs to be migrated. This was done already for Cache tab. It can be used as an example how this can be achieved. Goal is to have the Mutations Tab UI look like it looks in Chrome devtools. No need to wire up the functionality - just get the UI working.