ENUM
SelectionSetType
public enum SelectionSetType<S: GraphQLSchema>
Cases
ObjectType(_:)
case ObjectType(S.ObjectType)
Interface(_:)
case Interface(S.Interface)
Union(_:)
case Union(S.Union)