- Fixed the plugin compatibility metadata
- Fixed the plugin metadata to allow running with IDEA 2023.2
- In projects that have a
@GraphQLClientAPI
but no schema.graphql, the message that tells you about it was changed from an error to a notification
- Autocompleting Query and Mutation methods in typesafe clients (interfaces annotated with
@GraphQLClient
) - Autocompleting fields inside classes that are recognized as model classes of a typesafe GraphQL client