Hello fellas, I am working on graphql-yoga server, I ran into strange issues.
Issue#1: Passing "info" to prisma mutation, mutation return undefined and no record is created on the database, Removing the info argument solves this issue.
Issue#2: Arguments passed to graphql mutations and queries are suffixed with "[Object: null prototype]" and attributes in info parameter are also suffixed with "[Object: null prototype]"