package graphql.language; public interface Type extends Node { /** * @return a deep copy of this type */ T deepCopy(); }