- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
useQueryGraphStep - Helper Steps API Reference
This documentation provides a reference to the useQueryGraphStep
step. It belongs to the @medusajs/medusa/core-flows
package.
Type Parameters#
TEntry
stringOptionalParameters#
input
UseQueryGraphStepInput<TEntry>
input
UseQueryGraphStepInput<TEntry>Returns#
data
TEntry extends never ? RemoteQueryEntryPoints[TEntry<TEntry>][] : any[] | WorkflowData<TEntry extends never ? RemoteQueryEntryPoints[TEntry<TEntry>][] : any[]>GraphResultSet
GraphResultSet<TEntry>WorkflowDataProperties
WorkflowDataProperties<GraphResultSet<TEntry>>config
(config: { name?: string } & Omit<TransactionStepsDefinition, "next" | "uuid" | "action">) => WorkflowData<GraphResultSet<TEntry>>StepFunctionReturnConfig
StepFunctionReturnConfig<GraphResultSet<TEntry>>metadata
RemoteQueryFunctionReturnPagination | WorkflowData<undefined | RemoteQueryFunctionReturnPagination>OptionalWas this page helpful?