Repository URL to install this package:
|
Version:
0.0.9 ▾
|
import { gql } from 'apollo-boost';
/**
* @todo @@packages not implemented yet
*/
export default gql `
query GetPromoCodeList {
promoListLite {
list{
identifier
promoCodeText
}
}
}
`;
//# sourceMappingURL=GetPromoCodeList.graphql.js.map