Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.74 KB

File metadata and controls

35 lines (27 loc) · 1.74 KB
title NamespaceProject

Represents a namespace project

Fields without arguments

Name Type Description
createdAt Time! Time when this NamespaceProject was created
description String! Description of the project
flows FlowConnection Fetches all flows in this project
id NamespaceProjectID! Global ID of this NamespaceProject
name String! Name of the project
namespace Namespace! The namespace where this project belongs to
primaryRuntime Runtime The primary runtime for the project
roles NamespaceRoleConnection! Roles assigned to this project
runtimeAssignments NamespaceProjectRuntimeAssignmentConnection! Runtime assignments of this project.
runtimes RuntimeConnection! Runtimes assigned to this project
slug String! Slug of the project used in URLs to identify flows
updatedAt Time! Time when this NamespaceProject was last updated
userAbilities NamespaceProjectUserAbilities! Abilities for the current user on this NamespaceProject

Fields with arguments

flow

Fetches an flow given by its ID

Returns Flow.

Name Type Description
id FlowID! Id of the flow