veeramarni

Results 65 issues of veeramarni

https://github.com/Microsoft/TypeScript/issues/13618 Example: We create High-level component package with strong typed how the lower components designed to be. ``` type Avatar: () => JSX.Element; interface ILoginProps { accounts: object; setFormType: Function;...

enhancement
IssueHunt

I need to get the result including details from another cache (PersonDetails) like below. Please let me know if this package works for it as well? ``` fragment fragmentFields on...

It helps to trigger redux action for invoking authentication validation.

Just following up on this https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate/issues/6

When using with `subscription` if fails with the following error. ``` "Error: Must provide a query. at SubscriptionClient.vendor../node_modules/subscriptions-transport-ws/dist/client.js.SubscriptionClient.checkOperationOptions ``` ![image](https://user-images.githubusercontent.com/3382355/31590498-26cda866-b1df-11e7-86ca-05bb83d24a94.png) May be related to https://github.com/apollographql/persistgraphql/issues/33

Have you played with graphql-subscriptions? https://dev-blog.apollodata.com/graphql-subscriptions-in-apollo-client-9a2457f015fb#.pq8cy0x93

It seems if I lock my phone and get back to the browser, it slows down and after 5 minutes the timer has just counted 20 seconds. How can the...

**Is your feature request related to a problem? Please describe.** Instead of passing migration definition as file, if we can provide that as object like below will be very helpful....

feature-request

[On Client side] We have multiple schemas split for each package. And we have a root schema which provides some of the common types. How do we point to `localSchemaFile`...

Similar to graphql server, can we add something to the context which could be used for resolver. For example ``` // resolvers -> get where on earth id -> get...