Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
peraltafederico committed Aug 30, 2024
1 parent 3c447b7 commit c80d389
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/api/gen/proto/gql/runme/reporter/v1alpha1/reporter.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ directive @ReporterService on FIELD_DEFINITION
type BoolValue {
"""
The bool value.
"""
value: Boolean
}
Expand All @@ -21,7 +21,7 @@ type BoolValue {
input BoolValueInput {
"""
The bool value.
"""
value: Boolean
}
Expand Down Expand Up @@ -146,7 +146,7 @@ input FrontmatterRunmeInput {
type Int64Value {
"""
The int64 value.
"""
value: Int
}
Expand All @@ -159,7 +159,7 @@ type Int64Value {
input Int64ValueInput {
"""
The int64 value.
"""
value: Int
}
Expand Down Expand Up @@ -298,7 +298,7 @@ type TransformResponse {
type UInt32Value {
"""
The uint32 value.
"""
value: Int
}
Expand All @@ -311,7 +311,7 @@ type UInt32Value {
input UInt32ValueInput {
"""
The uint32 value.
"""
value: Int
}

0 comments on commit c80d389

Please sign in to comment.