import gql from 'graphql-tag' export const countPendingCreations = gql` query { countPendingCreations } `