File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
wundergraph_cli/src/print_schema/snapshots Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ wundergraph::query_object!{
86
86
#[graphql(scalar = "WundergraphScalarValue")]
87
87
#[table_name = "comments"]
88
88
pub struct NewComment {
89
- id : i32 ,
90
89
post : Option <i32 >,
91
90
commenter: Option<i32 >,
92
91
content: String,
@@ -107,7 +106,6 @@ pub struct CommentChangeset {
107
106
#[graphql(scalar = "WundergraphScalarValue")]
108
107
#[table_name = "posts"]
109
108
pub struct NewPost {
110
- id : i32 ,
111
109
author : Option <i32 >,
112
110
title: String,
113
111
datetime: Option<chrono::naive::NaiveDateTime>,
@@ -130,7 +128,6 @@ pub struct PostChangeset {
130
128
#[graphql(scalar = "WundergraphScalarValue")]
131
129
#[table_name = "users"]
132
130
pub struct NewUser {
133
- id : i32 ,
134
131
name : String ,
135
132
}
136
133
You can’t perform that action at this time.
0 commit comments