Reuse Query Settings using the queryOptions API

InstructorTomasz Ducin

Share this video with your friends

Send Tweet

queryOptions lets you pull the options of a query out into its own variable. This is useful because there are many cases where you'd need to reuse the options: re-fetches, running different query types, etc.