import gql from 'graphql-tag';

export const CONTACTBUBBLE_CONFIG = gql`
  query contactBubbleConfig {
    contactBubbleConfig(id: "3HySi2y4jjDWyVxfLqlVXZ") {
      configName
      chat
      phoneCallRequest
      shopLink
      callCallCenter
      makeAppointment
      sendEmail
      helpLink
    }
  }
`;
