DataSourceGroupUpdateArgs
No description
input DataSourceGroupUpdateArgs {
dataSourceGroupId: ID!
name: String
}
Fields
DataSourceGroupUpdateArgs.dataSourceGroupId ● ID! non-null scalar common
The ID of the group being updated.
DataSourceGroupUpdateArgs.name ● String scalar common
The name of the dataSourceGroup being updated.
Member Of
dataSourceGroupUpdate mutation