Does anyone know if u it's possible to write a que...
# orm-help
a
Does anyone know if u it's possible to write a query inside a mutation? Something Like this:
Copy code
mutation createBrighten {
  createBrighten(
    senderId: "sdfjhsjdfh83bjsfnbjsdfb"
    receiverId: {
       User(phoneNumber: "2222222222") {
    	  id
  	}
    complimentId: "sdjfdjs7dfbjdfnks9"
    pictureId: "sdkfh7dsfu23urbedd"
  ) {
    id
  } 
}