Classes

The following classes are available globally.

  • Page Info

    This is the information about the current Page. This Information includes the start and end cursor and whether or not there’s adjacent pages.

    See more

    Declaration

    Swift

    public class PageInfo : GraphQLObject
  • Undocumented

    See more

    Declaration

    Swift

    @propertyWrapper
    public class LazyInline<Wrapped> where Wrapped : GraphQLObject
  • Undocumented

    See more

    Declaration

    Swift

    @propertyWrapper
    public class LazyInlineAsInterface<Wrapped> where Wrapped : GraphQLObject
  • EmptyRootType

    A Root Type that signals that it’s empty and should not be resolved

    See more

    Declaration

    Swift

    public final class EmptyRootType<ViewerContext> : GraphQLRootType