GQLMemberCoordinate
class GQLMemberCoordinate(val sourceLocation: SourceLocation?, val type: String, val member: String) : GQLNode, GQLSchemaCoordinate
Functions
Link copied to clipboard
fun copy(sourceLocation: SourceLocation? = this.sourceLocation, type: String = this.type, name: String = this.member): GQLMemberCoordinate
Link copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Link copied to clipboard
Internal-only. Copies this code using the given children