Package io.smallrye.graphql.api
Interface ErrorExtensionProvider
-
public interface ErrorExtensionProviderTo add you own GraphQL errorextensionfields, you can add your own implementations of this class via theServiceLoadermechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKey()jakarta.json.JsonValuemapValueFrom(Throwable exception)
-