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

Fix indentation of arguments

parent c41be21a
...@@ -35,9 +35,9 @@ module Mutations ...@@ -35,9 +35,9 @@ module Mutations
description: 'Array of action hashes to commit as a batch.' description: 'Array of action hashes to commit as a batch.'
field :commit_pipeline_path, field :commit_pipeline_path,
GraphQL::STRING_TYPE, GraphQL::STRING_TYPE,
null: true, null: true,
description: "ETag path for the commit's pipeline." description: "ETag path for the commit's pipeline."
field :commit, field :commit,
Types::CommitType, 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