Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import { GraphQLModule } from '../library';
import InterfacesModel from './schema/Interfaces.graphql';
import InputsModel from './schema/Inputs.graphql';
import AddressModel from './schema/Address.graphql';
import PaymentAndAddressModel from './schema/PaymentAndAddress.graphql';
import PaginationModel from './schema/Pagination.graphql';
export declare const CommonModule: GraphQLModule<any, any, any>;
export { InterfacesModel, InputsModel, AddressModel, PaymentAndAddressModel, PaginationModel, };