-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add label resolver blog post #3933
Conversation
|
It looks like we could use some more details. Good titles and descriptions help us fix things faster. If you can provide more information please update this issue. |
Read through it @Noviny and it looks great 👍 Ready to go when we have screenshots in |
@@ -134,7 +138,7 @@ const Post = { | |||
// and the rest of the fields too | |||
}, | |||
labelResolver: async item => { | |||
const { data } = await keystone.executeGraphQL({ | |||
const { data } = await Keystone.executeGraphQL({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JedWatson this conflicts with what we do in all our docsssss!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha whoops, that got caught in the search/replace for the case change. Wanna change it back?
@Noviny I made some tweaks directly -
|
No description provided.