GenericModel
No description
type GenericModel {
id: ID!
name: String!
}
Fields
GenericModel.id
● ID!
non-null scalar
The unique identifier for the generic model.
GenericModel.name
● String!
non-null scalar
The name of the generic model.
Returned By
githubRepositories
query
Member Of
RepositoryConfiguration
object