-
- All Implemented Interfaces:
-
com.apollographql.apollo.api.Operation.Data
public final class GetAuthorsQuery.Data implements Operation.DataData from the response after executing this GraphQL operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGetAuthorsQuery.Data.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<GetAuthorsQuery.Author>authors
-
Constructor Summary
Constructors Constructor Description GetAuthorsQuery.Data(List<GetAuthorsQuery.Author> authors)
-
Method Summary
Modifier and Type Method Description final List<GetAuthorsQuery.Author>getAuthors()ResponseFieldMarshallermarshaller()-
-
Constructor Detail
-
GetAuthorsQuery.Data
GetAuthorsQuery.Data(List<GetAuthorsQuery.Author> authors)
-
-
Method Detail
-
getAuthors
final List<GetAuthorsQuery.Author> getAuthors()
-
marshaller
ResponseFieldMarshaller marshaller()
-
-
-
-