export async function getGroup(key: string) {
  const client = useStoripressClient()
  const { data } = await client.query({ query: GetGroup, variables: { key } })

  return data.customFieldGroup