Skip to content

Commit

Permalink
generate code
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hwang <[email protected]>
  • Loading branch information
sthwang-metal committed Oct 4, 2023
1 parent 2413771 commit c248129
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 84 deletions.
18 changes: 1 addition & 17 deletions internal/ent/generated/gql_mutation_input.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 2 additions & 42 deletions internal/graphapi/gen_server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions internal/graphapi/pool.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions internal/graphapi/port.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions internal/graphclient/gen_models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions internal/graphclient/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ input CreateLoadBalancerInput {
ownerID: ID!
"""The ID for the location of this load balancer."""
locationID: ID!
portIDs: [ID!]
providerID: ID!
}
"""
Expand Down Expand Up @@ -923,9 +922,6 @@ scalar Time
input UpdateLoadBalancerInput {
"""The name of the load balancer."""
name: String
addPortIDs: [ID!]
removePortIDs: [ID!]
clearPorts: Boolean
}
"""
UpdateLoadBalancerOriginInput is used for update LoadBalancerOrigin object.
Expand Down
4 changes: 0 additions & 4 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ input CreateLoadBalancerInput {
ownerID: ID!
"""The ID for the location of this load balancer."""
locationID: ID!
portIDs: [ID!]
providerID: ID!
}
"""
Expand Down Expand Up @@ -910,9 +909,6 @@ scalar Time
input UpdateLoadBalancerInput {
"""The name of the load balancer."""
name: String
addPortIDs: [ID!]
removePortIDs: [ID!]
clearPorts: Boolean
}
"""
UpdateLoadBalancerOriginInput is used for update LoadBalancerOrigin object.
Expand Down
4 changes: 0 additions & 4 deletions schema/ent.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ input CreateLoadBalancerInput {
ownerID: ID!
"""The ID for the location of this load balancer."""
locationID: ID!
portIDs: [ID!]
providerID: ID!
}
"""
Expand Down Expand Up @@ -691,9 +690,6 @@ scalar Time
input UpdateLoadBalancerInput {
"""The name of the load balancer."""
name: String
addPortIDs: [ID!]
removePortIDs: [ID!]
clearPorts: Boolean
}
"""
UpdateLoadBalancerOriginInput is used for update LoadBalancerOrigin object.
Expand Down

0 comments on commit c248129

Please sign in to comment.