FederationQueryType Type
In This Article
#Declaration
TypeScript
export type FederationQueryType = "TransformationNode" | "SelectNode" | "UnionNode"
#Members
Name |
---|
"Transformation |
"Select |
"Union |