AbstractQuery<T extends AbstractQuery> |
Created by eapache on 2015-11-17.
|
AbstractResponse<T extends AbstractResponse> |
Created by dylansmith on 2015-11-23.
|
Arguments |
Created by dylansmith on 2015-11-20.
|
CustomFieldQuery |
|
Error |
Created by eapache on 2015-11-17.
|
Fragment<T> |
This class is used to define a GraphQL "named" fragment.
A fragment can be referenced in any request with the addFragmentReference(Fragment) method of the corresponding fragment's
generic type and must be added to the root request with the addFragment(Fragment) method of the QueryQuery
or MutationQuery classes.
|
ID |
Created by dylansmith on 2016-11-01.
|
Input<T> |
Created by henrytao on 9/7/17.
|
TopLevelResponse |
Created by eapache on 2015-11-17.
|