Class SessionData

java.lang.Object
org.openqa.selenium.grid.graphql.SessionData
All Implemented Interfaces:
graphql.schema.DataFetcher<Session>

public class SessionData extends Object implements graphql.schema.DataFetcher<Session>
  • Constructor Details

    • SessionData

      public SessionData(Distributor distributor)
  • Method Details

    • get

      public Session get(graphql.schema.DataFetchingEnvironment environment)
      Specified by:
      get in interface graphql.schema.DataFetcher<Session>