Skip to content

Commit 07fa5a9

Browse files
committed
add public annotation
1 parent cab36d8 commit 07fa5a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/graphql/language/FragmentDefinition.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
package graphql.language;
22

33

4+
import graphql.PublicApi;
5+
46
import java.util.ArrayList;
57
import java.util.List;
68

9+
/**
10+
* Provided to the DataFetcher, therefore public API
11+
*/
12+
@PublicApi
713
public class FragmentDefinition extends AbstractNode implements Definition {
814

915
private String name;

0 commit comments

Comments
 (0)