EntityGraphQL v0.14.0 Release Notes

    • ๐Ÿ‘ Bring back ReplaceField as technically GraphQL doesn't support overloading, so if you're using tools like Apollo etc to generate code you need to only have unique fields
    • โž• Added GetGraphQLSchema on the schema to return a .graphql schema file for input into tools like Apollo codegen
    • โž• Add the option to add descriptions to Mutations