outerbanks-api icon indicating copy to clipboard operation
outerbanks-api copied to clipboard

A graphql api where we can store and get information on characters in Outerbanks

Results 1 outerbanks-api issues
Sort by recently updated
recently updated
newest added

lets say i need a gorm model like : ```golang type User struct { gorm.Model Username string `gorm:"uniqueIndex;not nul"` Email string `gorm:"uniqueIndex;not null"` Password string `gorm:"not null"` Bio *string Image...