Customer Profile

customerProfile #

customerProfile() Customer

Example #

query customerProfile(){
  customerProfile() {
    email
    phone
    firstName
    lastName
    profilePicture
    profilePictureFull
  }
}

Try It Now