You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query Status {
__type(name: "Status") {
enumValues {
name
}
}
}
I am having some difficulties accessing the results on the front end using vue-apollo. Do I have to write a resolver function for this? if so are there any examples?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Do queries for enum require resolvers?
I made an enum:
and I query it like this:
I am having some difficulties accessing the results on the front end using vue-apollo. Do I have to write a resolver function for this? if so are there any examples?
Beta Was this translation helpful? Give feedback.
All reactions