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 06da97e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/apis/graphql/cookbooks/pipeline_templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 06da97e

Please sign in to comment.