Interface: GraphQLHOC#
Callable#
â–¸ GraphQLHOC<P>(component: (props: P) => null | ReactElement<any, string | JSXElementConstructor<any>>, options?: GraphQLHOCOptions): function
Type parameters:#
| Name | 
|---|
P | 
Parameters:#
| Name | Type | 
|---|---|
component | (props: P) => null | ReactElement<any, string | JSXElementConstructor<any>> | 
options? | GraphQLHOCOptions | 
Returns: (props: P) => null | ReactElement<any, string | JSXElementConstructor<any>>
Defined in: react/src/query/hoc.tsx:18