cli/packages/prisma-client-lib/src/Client.test.js.md
dist/Client.test.jsThe actual snapshot is saved in Client.test.js.snap.
Generated by AVA.
Snapshot 1
`{␊
users {␊
__typename␊
}␊
}␊
`
Snapshot 1
`{␊
user {␊
type␊
}␊
}␊
`
Snapshot 1
`{␊
user {␊
name␊
}␊
}␊
`
Snapshot 1
`{␊
housesConnection {␊
pageInfo {␊
hasNextPage␊
hasPreviousPage␊
startCursor␊
endCursor␊
}␊
edges {␊
node {␊
id␊
name␊
}␊
cursor␊
}␊
}␊
}␊
`
Snapshot 1
`{␊
usersConnection {␊
__typename␊
}␊
}␊
`
Snapshot 1
`query ($where: HouseWhereInput) {␊
house(where: $where) {␊
user {␊
__typename␊
}␊
}␊
}␊
`
Snapshot 1
`{␊
user {␊
posts {␊
content␊
}␊
}␊
}␊
`
Snapshot 1
`{␊
user {␊
id␊
posts {␊
content␊
}␊
}␊
}␊
`
Snapshot 1
`query ($where: PostInput!) {␊
post(where: $where) {␊
id␊
title␊
content␊
}␊
}␊
`
Snapshot 1
`{␊
user {␊
id␊
posts {␊
content␊
meta {␊
meta␊
}␊
}␊
}␊
}␊
`
Snapshot 1
`{␊
user {␊
id␊
}␊
}␊
`
Snapshot 1
`query ($where: PostInput!) {␊
post(where: $where) {␊
id␊
title␊
content␊
}␊
}␊
`
Snapshot 1
'[{"id":"1","name":"Alice"},{"id":"2","name":"Bob"}]'
Snapshot 1
'[{"id":"1","name":"My House"},{"id":"2","name":"Summer House"}]'
Snapshot 1
'{"id":"1","name":"My House"}'
Snapshot 1
'null'