Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { gql } from 'apollo-boost';
export default gql `
mutation UpdateProfile($input: UpdateProfileInput!) {
updateProfile(input: $input) {
responseCode
responseMessage
cookies
}
}
`;
//# sourceMappingURL=UpdateProfile.graphql.js.map