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