Commit 5af28761 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Fix indentation of arguments

parent c41be21a
......@@ -35,9 +35,9 @@ module Mutations
description: 'Array of action hashes to commit as a batch.'
field :commit_pipeline_path,
GraphQL::STRING_TYPE,
null: true,
description: "ETag path for the commit's pipeline."
GraphQL::STRING_TYPE,
null: true,
description: "ETag path for the commit's pipeline."
field :commit,
Types::CommitType,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment