EntityGraphQL v0.24.0 Release Notes

    • ➕ Add GraphQLNotNullAttribute to mark fields as not nullable in the graphql schema
    • 0️⃣ By default when generating a .schema file IEnumerable<T> will generate the element type as not nullable. E.g. [T!]. Use GraphQLElementTypeNullableAttribute to mark it that the list can contain null items
    • 👌 Support mapping decimal to number
    • 👍 Better support for defining nullable or non-nullable types