EntityGraphQL v0.25.0 Release Notes

    • ➕ Add the ability to add enum types to the schema
    • 🏗 The auto schema builder now adds enum types it finds to the schema by default
    • Enum values are referenced by the string value, if using JSON.NET you will want to use [JsonConverter(typeof(StringEnumConverter))]