这是indexloc提供的服务,不要输入任何密码
Skip to content

generated types should respect the nullability of columns #256

@0x777

Description

@0x777

currently, we have

type article {
  id Int
  title String
}

If id and title have been declared NOT NULL, the types that are generated should be:

type article {
  id Int!
  title String!
}

Metadata

Metadata

Assignees

Labels

c/serverRelated to serverk/enhancementNew feature or improve an existing feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions