My code
import { gql } from \'apollo-boost\' const UPDATE_SKU = gql` mutation UpdateSku( $id: ID! $salePrice: Int! $promotionalPrice: Int!