graphql_endpoint

apply_filters( 'graphql_endpoint', $endpoint );

Filter the relative endpoint path where GraphQL can be accessed.

  • Type: filter
  • Group: Settings and Admin
  • Since: 0.0.6
  • Source File: plugins/wp-graphql/access-functions.php

Parameters

  • $endpoint (string): The relative endpoint path that GraphQL can be accessed at.

Source

apply_filters( 'graphql_endpoint', $endpoint );

Recipes