import gql from 'graphql-tag'; export const shopApiExtensions = gql` extend type Mutation { setCustomerAvatar(file: Upload!): Asset } `;