graphql v0.3.0 Release Notes

Release Date: 2016-05-30 // almost 8 years ago
    • ✨ Enhancements
      • Directive support (@Skip and @include)
      • Validations now run on queries
      • Rule: Fields on correct type
      • Rule: No fragment cycles
      • Rule: Validate mandatory arguments
      • Rule: Unique operation names
    • 🛠 Bugfixes
      • Allow default values to get assigned correctly when a query defines
        0️⃣ an enum variable with a default
      • Query can take an optional Enum argument and correctly fall back if
        that value is not specified
    • Note: the execute/5 signature will be changed to the execute_with_opts/3
      in a future version