Skip to content

Instantly share code, notes, and snippets.

View fstodulski's full-sized avatar
🏠
Working from home

Franciszek Stodulski fstodulski

🏠
Working from home
View GitHub Profile
export const commentsQuery = {
comments(parent, args, context) {
return context.prisma.comments();
},
};
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">