VapidPublicKeysEdge: {
    __typename?: "VapidPublicKeysEdge";
    cursor: Scalars["String"]["output"];
    node: VapidPublicKey;
}

An edge in a connection.

Type declaration

  • Optional__typename?: "VapidPublicKeysEdge"
  • cursor: Scalars["String"]["output"]

    A cursor for use in pagination.

  • node: VapidPublicKey

    The item at the end of the edge.