GraphQL SchemaObject
NamespaceProjectRuntimeAssignment
Represents a runtime assignment for a project.
Fields without arguments
| Name | Type | Description |
|---|---|---|
compatible | Boolean! | Whether the assigned runtime is compatible. |
createdAt | Time! | Time when this NamespaceProjectRuntimeAssignment was created |
id | NamespaceProjectRuntimeAssignmentID! | Global ID of this NamespaceProjectRuntimeAssignment |
moduleConfigurations | ModuleConfigurationConnection! | Saved module configuration values for this project runtime assignment. |
runtime | Runtime! | The assigned runtime. |
updatedAt | Time! | Time when this NamespaceProjectRuntimeAssignment was last updated |