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
I have run into a little trouble making an Apollo frontend play nice with my Juniper + Diesel + Rocket backend specifically in handling NaiveDateTime values within an input object
not sure if this is a mistake of wrong import or an issue somewhere else but I would have imagined it should be handling variables the same as inline declarations.
Cheers
Pearce
The text was updated successfully, but these errors were encountered:
Hi there,
I have run into a little trouble making an Apollo frontend play nice with my Juniper + Diesel + Rocket backend specifically in handling NaiveDateTime values within an input object
I have a GraphQL input object
this is called in
which behaves fine from graphiql as an inline declaration
but doesn't play so nice when called as a variable in a query
with the query variables
there we run into the rejection
not sure if this is a mistake of wrong import or an issue somewhere else but I would have imagined it should be handling variables the same as inline declarations.
Cheers
Pearce
The text was updated successfully, but these errors were encountered: