import gql from 'graphql-tag';

export const pageInfoFragment = gql`
  fragment PageInfoFragment on PageInfo {
    nextPage
    hasNextPage
  }
`;
