Skip to content

Commit b0d9dc8

Browse files
committed
Change doc
1 parent 744b107 commit b0d9dc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/graphql/annotations/connection/GraphQLConnection.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
boolean async() default false;
6464

6565
/**
66-
* By default, the regular relay connection is used. If you want to change the way connection works
66+
* By default, the relay connection that the container has is used. If you want to change the way connection works
6767
* (For example, you don't want edges and nodes), override the {@link Relay} class and specify it.
6868
*
6969
* @return a class that represents the connection type
7070
*/
71-
Class<? extends Relay> connectionType() default Relay.class;
71+
Class<? extends Relay> connectionType() default FakeRelay.class;
7272
}

0 commit comments

Comments
 (0)