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 / RegisterGuestQuery.graphql.js

import { gql } from 'apollo-boost';
export default gql `
  mutation RegisterGuest {
    registerGuest {
      responseCode
      type
      properties {
        state {
          statuscode
          starttime
          status
        }
      }
      cookies
    }
  }
`;
//# sourceMappingURL=RegisterGuestQuery.graphql.js.map