Commit 770020dd authored by Brett Walker's avatar Brett Walker

Fix graphql_name in JobArtifactRegistry

parent e1278969
......@@ -4,11 +4,11 @@ module Types
module Geo
# rubocop:disable Graphql/AuthorizeTypes because it is included
class JobArtifactRegistryType < BaseObject
include ::Types::Geo::RegistryType
graphql_name 'JobArtifactRegistry'
description 'Represents the Geo replication and verification state of a job_artifact.'
include ::Types::Geo::RegistryType
field :artifact_id, GraphQL::Types::ID, null: false, description: 'ID of the Job Artifact.'
end
end
......
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