org.kohsuke.github.GraphQLTeamEdge Maven / Gradle / Ivy
package org.kohsuke.github;
/**
* Represents the result of a GraphQL edge.
*
* @author Hiroyuki Wada
*/
public class GraphQLTeamEdge extends GraphQLEdge {
}
package org.kohsuke.github;
/**
* Represents the result of a GraphQL edge.
*
* @author Hiroyuki Wada
*/
public class GraphQLTeamEdge extends GraphQLEdge {
}