DEV Community

Discussion on: Lambda Function GraphQL Resolvers

Collapse
 
nubpro profile image
nubpro

Hi Nader, few questions:

  1. What will happen if add @model directives into type Coin?
  2. Lets say I want to add a resolver for updateCoin, how would I differentiate between createCoin and updateCoin resolvers since they have the same operation?