cameronrll
11/09/2017, 3:21 PMmutation {
createPost(
title: "My great Vacation"
slug: "my-great-vacation"
published: true
text: "Read about my great vacation."
tag: "Orange"
) {
id
slug
}
}
for this example lets say that the tags field is an enum, and its called "TagType", that accepts "Orange", "Red" and "Green". Anyone know why I may be getting an error saying it expected type "TagType"?