Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { gql } from 'apollo-boost';
export default gql `
query UserLiteProfileQuery {
profileLite {
responseMessage
responseCode
userId
email
firstName
lastName
userPhoto
gender
phoneNumber
telephone
dob
dateOfBirth
preferences {
label
value
}
status
cookies
}
}
`;
//# sourceMappingURL=UserLiteProfileQuery.graphql.js.map