org.kohsuke.github.GraphQLTeamConnection Maven / Gradle / Ivy
package org.kohsuke.github;
/**
* Represents the result of a GraphQL team connection.
*
* @author Hiroyuki Wada
*/
public class GraphQLTeamConnection extends GraphQLConnection {
}
package org.kohsuke.github;
/**
* Represents the result of a GraphQL team connection.
*
* @author Hiroyuki Wada
*/
public class GraphQLTeamConnection extends GraphQLConnection {
}