I'm following this tutorial to start with graphql ...
# prisma-whats-new
j
I'm following this tutorial to start with graphql and react https://www.howtographql.com/react-apollo/2-queries-loading-links/ but has a piece of code that i don't understand
graphql(ALL_LINKS_QUERY, { name: 'allLinksQuery' }) (LinkList)
Anyone can help me understand. Many thanks.
d
What, exactly, don’t you understand?
j
@danstepanov What is the syntax
functionName(args) (args)
?
@danstepanov sorry about my bad, Does it is higher order compoment technique in react? I'm new to react too
d
πŸ™Œ 1
πŸ’― 1
j
@danstepanov many thanks, it's a great document
πŸ‘ 1
d
If you have other questions about this kind of stuff, there is a React-Apollo Slack group as well. apollographql.slack.com
πŸ‘ 1