Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmiyani authored Mar 24, 2024
1 parent f18a6d0 commit 6162798
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Phantom

## Graphql

Includes `enum` shorthand,

```rb
field :status, enum("PersonStatusEnum", Person.statuses.keys), null: false
```

0 comments on commit 6162798

Please sign in to comment.