whitespace-se/wordpress-plugin-wp-graphql-extras 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

whitespace-se/wordpress-plugin-wp-graphql-extras

最新稳定版本:v1.1.1

Composer 安装命令:

composer require whitespace-se/wordpress-plugin-wp-graphql-extras

包简介

Wordpress plugin that adds additional types and fields to the GraphQL API

README 文档

README

Wordpress plugin that adds additional types and fields to the GraphQL API.

How to install

If you want to use this plugin as an MU-plugin, first add this to your composer.json:

{
  "extra": {
    "installer-paths": {
      "path/to/your/mu-plugins/{$name}/": [
        "whitespace-se/wordpress-plugin-wp-graphql-extras"
      ]
    }
  }
}

Where path/to/your/mu-plugins is something like wp-content/mu-plugins or web/app/mu-plugins.

Then get the plugin via composer:

composer require whitespace-se/wordpress-plugin-wp-graphql-extras

Features

  • Adds archiveDates and archiveDatesGmt fields to ContentNode
  • Allows public querying of labels and hasArchive on ContentType
  • Adds contentMedia field to NodeWithContentEditor
  • Adds width, height, fileContent and base64Uri fields to MediaItem
  • Adds slug field to ContentType
  • Overrides response headers, allowed request headers and max_query_amount

统计信息

  • 总下载量: 3.95k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 10
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: AGPL-3.0-or-later
  • 更新时间: 2021-04-14