Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { gql } from 'apollo-boost';
export default gql `
mutation AddPromo($promoCode: String!) {
addPromo(promoCode: $promoCode) {
type
properties {
state {
status
}
}
}
}
`;
//# sourceMappingURL=AddPromo.graphql.js.map