toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-ast
/
com.apollographql.apollo.ast
/
DuplicateTypeName
Duplicate
Type
Name
class
DuplicateTypeName
(
val
message
:
String
,
val
sourceLocation
:
SourceLocation
?
)
:
GraphQLValidationIssue
Two type definitions have the same name
Members
Constructors
Duplicate
Type
Name
Link copied to clipboard
constructor
(
message
:
String
,
sourceLocation
:
SourceLocation
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
source
Location
Link copied to clipboard
open
override
val
sourceLocation
:
SourceLocation
?