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