Skip to content

0.18.0 - GQL Breaking Changes

Compare
Choose a tag to compare
@etiennedi etiennedi released this 30 Jul 13:07
afa396b

Docker image/tag: semitechnologies/weaviate:0.18.0

Breaking Changes

  • GraphQL API Changes (#925)
    • Local and Network fields are removed in GraphQL API
    • { Local { Get {...} } } moves to { Get {...} }, likewise for Explore, Aggregate, GetMeta
    • Fetch API is entirely removed (functionality replaced through Explore
    • Network GraphQL API is entirely removed, network searches will only be possible through Explore(network: true) in the future