Skip to content

Commit 1229e74

Browse files
Shift SDL extension interface implementation
1 parent e84845e commit 1229e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/language/InterfaceTypeExtensionDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import static graphql.collect.ImmutableKit.emptyList;
1515

1616
@PublicApi
17-
public class InterfaceTypeExtensionDefinition extends InterfaceTypeDefinition {
17+
public class InterfaceTypeExtensionDefinition extends InterfaceTypeDefinition implements SDLExtensionDefinition {
1818

1919
@Internal
2020
protected InterfaceTypeExtensionDefinition(String name,

0 commit comments

Comments
 (0)