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 get the following error when trying to query humans in the starwars example using graphiql:
[SEVERE] startwars: {errors: [{message: Value of field "created_at" must be DateTime, got 2023-03-02T17:06:46.213487 (String) instead.}]}
{errors: [{message: Value of field "created_at" must be DateTime, got 2023-03-02T17:06:46.213487 (String) instead.}]}
package:graphql_server2/graphql_server2.dart 672:9 GraphQL.completeValue
package:graphql_server2/graphql_server2.dart 504:12 GraphQL.executeField
package:graphql_server2/graphql_server2.dart 471:46 GraphQL.executeSelectionSet
package:graphql_server2/graphql_server2.dart 688:14 GraphQL.completeValue
package:graphql_server2/graphql_server2.dart 629:29 GraphQL.completeValue
The text was updated successfully, but these errors were encountered:
I get the following error when trying to query humans in the starwars example using graphiql:
The text was updated successfully, but these errors were encountered: