Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava-features/header   js

Repository URL to install this package:

Version: 0.1.7 

/ dist / src / state / session / queries / UpdatePassword.graphql.js

import { gql } from 'apollo-boost';
export default gql `
  mutation UpdatePassword($input: UpdatePasswordParams!) {
    updatePassword(input: $input) {
      type
      properties {
        state {
          statuscode
          starttime
          status
        }
        userinfo {
          userid
        }
      }
    }
  }
`;
//# sourceMappingURL=UpdatePassword.graphql.js.map