Can anyone provide an example of how to properly i...
# prisma-whats-new
l
Can anyone provide an example of how to properly invoke a local function that causes a mutation? I'm trying to do something like this:
graphcool invoke-local --function signup --json src/invitation/test.json
where test.json looks like
Copy code
{
  "email": "<mailto:benj@gmail.com|benj@gmail.com>",
  "password": "password"
}