We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b01985a commit 673e427Copy full SHA for 673e427
wundergraph_cli/src/print_schema/snapshots/tests__main.snap
@@ -86,7 +86,6 @@ wundergraph::query_object!{
86
#[graphql(scalar = "WundergraphScalarValue")]
87
#[table_name = "comments"]
88
pub struct NewComment {
89
- id: i32,
90
post: Option<i32>,
91
commenter: Option<i32>,
92
content: String,
@@ -107,7 +106,6 @@ pub struct CommentChangeset {
107
106
108
#[table_name = "posts"]
109
pub struct NewPost {
110
111
author: Option<i32>,
112
title: String,
113
datetime: Option<chrono::naive::NaiveDateTime>,
@@ -130,7 +128,6 @@ pub struct PostChangeset {
130
128
131
129
#[table_name = "users"]
132
pub struct NewUser {
133
134
name: String,
135
}
136
0 commit comments