Skip to content

Commit

Permalink
Example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanly committed Oct 2, 2023
1 parent 7e0d3ed commit f376798
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/apis/graphql/cookbooks/pipeline_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ mutation CreatePipelineTemplate {
}) {
pipelineTemplate {
id
uuid
name
description
uuid
name
description
configuration
available
}
Expand All @@ -83,9 +83,9 @@ mutation UpdatePipelineTemplate {
}) {
pipelineTemplate {
id
uuid
name
description
uuid
name
description
configuration
available
}
Expand Down Expand Up @@ -130,7 +130,7 @@ mutation AssignPipelineTemplate {
Conversely, pipeline templates can be removed from a pipeline by specifying `pipelineTemplateId` as `null` in the mutation input:

```graphql
mutation AssignPipelineTemplate {
mutation UnassignPipelineTemplate {
pipelineUpdate(input: {
id: 'pipeline-id'
pipelineTemplateId: null
Expand Down

0 comments on commit f376798

Please sign in to comment.