OG
https://github.com/apollographql/apollo-cache-persist
Size: a a a
OG
OG
OG
NT
NT
OG
OG
OG
ꟿ
ꟿ
interface Response {
projects: Project[]
}
export default graphql<{}, Response, {}, ChildDataProps<{}, Response, {}>>(... props: ({ data }) => ({ ...data })ꟿ
AI
ꟿ
AI
ꟿ
Property 'projects' does not exist on type 'DataProps<Response, OperationVariables>'. TS2339ꟿ
export interface DataProps<TData, TGraphQLVariables = OperationVariables> {
data: DataValue<TData, TGraphQLVariables>;
}DS
EM