Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford committed Apr 7, 2020
1 parent ad2e2e2 commit 9435a4c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .changeset/thin-eels-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
'@keystonejs/api-tests': minor
'@keystonejs/keystone': minor
---

Exposes `dataType` and `options` meta data for `Select` fields:
```graphql
query {
_UserMeta {
schema {
fields {
name
type
...on _SelectMeta {
dataType
options {
label
}
}
}
}
}
}
```

0 comments on commit 9435a4c

Please sign in to comment.