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
Currently the application schema re-exposes the createdAt field using the "original" DateTime! type which leads to the error above. However, when using String! as the field type for createdAt it doesn't throw an error.
Proxying fields with custom scalar values (like
DateTime
) doesn't seem to work right now using remote schemas/schema delegation.Here is an example using the GraphQL binding for Github: https://graphqlbin.com/rozCD
Code: https://github.com/graphcool/github-graphql-binding
Observation:
Currently the application schema re-exposes the
createdAt
field using the "original"DateTime!
type which leads to the error above. However, when usingString!
as the field type forcreatedAt
it doesn't throw an error.The text was updated successfully, but these errors were encountered: