ent icon indicating copy to clipboard operation
ent copied to clipboard

deleting struct type e.g. deleting field doesn't delete input file or graphql object type

Open lolopinto opened this issue 1 year ago • 0 comments

e.g.

- foo: StructTypeAsList({...})
+ bar: StructTypeAsList({...})

src/graphql/generated/resolvers/foo_x_type.ts still exists src/graphql/generated/mutations/input/foo_x_input_type.ts still exists

lolopinto avatar Sep 19 '23 03:09 lolopinto