# `Grephql.Types.DateTime`
[🔗](https://github.com/fahchen/grephql/blob/v0.10.1/lib/grephql/types/date_time.ex#L1)

Ecto Type for GraphQL DateTime custom scalar.

Handles ISO 8601 datetime strings, converting between
Elixir `DateTime` structs and ISO 8601 string representation.

# `t`

```elixir
@type t() :: DateTime.t()
```

# `embed_as`

# `equal?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
