DesWorkspaceConfiguration
Information about workspace configuration.
type DesWorkspaceConfiguration {
projectTemplates(
after: String
before: String
first: Int
last: Int
): DesProjectTemplateConnection
}
Fields
DesWorkspaceConfiguration.projectTemplates ● DesProjectTemplateConnection object
Gets project templates.
DesWorkspaceConfiguration.projectTemplates.after ● String scalar
Returns the elements in the list that come after the specified cursor.
DesWorkspaceConfiguration.projectTemplates.before ● String scalar
Returns the elements in the list that come before the specified cursor.
DesWorkspaceConfiguration.projectTemplates.first ● Int scalar
Returns the first _n_ elements from the list.
DesWorkspaceConfiguration.projectTemplates.last ● Int scalar
Returns the last _n_ elements from the list.