Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
asmundg committed Oct 18, 2024
1 parent 351f4ed commit 524d6ed
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ protocol GraphQLSchemaType: JavaScriptReferencedObject {

}

public class GraphQLNamedType: JavaScriptReferencedObject, @unchecked Sendable, Hashable, CustomDebugStringConvertible, GraphQLNamedItem {
public class GraphQLNamedType:
JavaScriptReferencedObject, @unchecked Sendable, Hashable, CustomDebugStringConvertible, GraphQLNamedItem {
public let name: GraphQLName

public let documentation: String?
Expand Down

0 comments on commit 524d6ed

Please sign in to comment.