RouteImported types#Token#type Token { chainId: ChainId! address: String! currency: Currency!}CopyQuery schemas#createRoute#Creates a route. createRoute( pairs: [Pair!]! input: Token! output: Token ): Route!CopyroutePath#Returns the full path from input token to output token. routePath( pairs: [Pair!]! input: Token! ): [Token!]!CopyrouteMidPrice#Helper function for use in routeMidPrice and trade query functions. routeMidPrice( route: Route! ): String!Copy