@graphql-codegen/java-apollo-android
Version:
GraphQL Code Generator plugin for generating Java classes for Apollo-Android
39 lines (38 loc) • 918 B
text/typescript
export declare const Imports: {
String: string;
Boolean: string;
Integer: string;
Object: string;
Float: string;
Long: string;
Class: string;
Arrays: string;
List: string;
IOException: string;
Collections: string;
LinkedHashMap: string;
Map: string;
Nonnull: string;
Nullable: string;
Override: string;
Generated: string;
ScalarType: string;
GraphqlFragment: string;
Operation: string;
OperationName: string;
Mutation: string;
Query: string;
Subscription: string;
ResponseField: string;
ResponseFieldMapper: string;
ResponseFieldMarshaller: string;
ResponseReader: string;
ResponseWriter: string;
FragmentResponseFieldMapper: string;
UnmodifiableMapBuilder: string;
Utils: string;
InputType: string;
Input: string;
InputFieldMarshaller: string;
InputFieldWriter: string;
};