GenericModelInput
No description
input GenericModelInput {
id: ID!
name: String!
}
Fields
GenericModelInput.id
● ID!
non-null scalar
The unique identifier for the generic model.
GenericModelInput.name
● String!
non-null scalar
The name of the generic model.
Member Of
CreateGithubConfigurationInput
input ● UpdateGithubConfigurationInput
input