EntityGraphQL v0.26.0 Release Notes

    • ISchemaType.AddAllFields requires a schema as it can add newly discovered types to that schema
    • 0️⃣ ISchemaType.AddAllFields by default adds new enum types to the schema if found as a field type
    • 0️⃣ ISchemaType.AddAllFields can (off by default) add new complex types to the schema if found as a field type
    • Schema.Type<TType>() now searches by TType not typeof(TType).Name. Allowing you to add a type with a different name but still get the typed SchemaType<T> back