Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / core / auth / session / queries / GetSecurityQuestionsQuery.graphql.js
Size: Mime:
import { gql } from 'apollo-boost';
export default gql `
  mutation GetSecurityQuestions($input: String!) {
    getSecurityQuestions(emailId: $input) {
      type
      properties {
        state {
          status
        }
        userinfo {
          userId
          securityanswer
          securityquestion
        }
      }
    }
  }
`;
//# sourceMappingURL=GetSecurityQuestionsQuery.graphql.js.map