↓ 1 callersFunctioneditUser(
root,
{ id, fullname, bio, profileImage, skills, location },
context,
info
)
backend/src/resolvers/Mutation.js:223
FunctionShotItem({
id: shotId,
image,
title,
description,
createdAt,
likes,
comments,
postedBy: { id: userId,
frontend/src/components/Shot/ShotItem.js:12
FunctioncreateShot(
root,
{ title, description, image, largeImage, tags, colors },
context,
info
)
backend/src/resolvers/Mutation.js:6
FunctioneditShot(
root,
{ id, title, description, tags },
context,
info
)
backend/src/resolvers/Mutation.js:100