Skip to content

Commit

Permalink
chore(docs): add micro roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Mar 16, 2021
1 parent 43a0aee commit ad1f708
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,29 @@ export const schema = makeSchema({
})
```

## Roadmap

#### Done

- [x] ([#4](https://github.com/prisma/nexus-prisma/issues/4)) Support for Prisma Model field types that map to standard GraphQL scalars
- [x] ([#8](https://github.com/prisma/nexus-prisma/issues/8)) Support for Prisma Model field types of `DateTime` & `Json`

#### Shortterm

- [ ] ([#16](https://github.com/prisma/nexus-prisma/issues/16)) Support for Prisma enums
- [ ] Support for Prisma Model field types of remaiming scalars (`Byes`, etc.)

#### Midterm

- [ ] Support for Prisma Model field types relating to other Models 1:1
- [ ] Support for Prisma Model field types relating to other Models 1:n
- [ ] Support for Prisma Model field types relating to other Models n:n

#### Longterm

- [ ] Nexus Plugin? `t.model`? `t.crud`?
- [ ] ...

## Features

> **Note**: ⛑ The following use abbreviated examples that skip a complete setup of passing Nexus type definition to Nexus `makeSchema`. If you are new to Nexus, Consider reading the [official Nexus tutorial](https://nxs.li/tutorial) before jumping into Nexus Prisma.
Expand Down

0 comments on commit ad1f708

Please sign in to comment.