terraform-provider-nautobot/docs/data-sources/graphql.md

635 B

page_title subcategory description
nautobot_graphql Data Source - terraform-provider-nautobot Provide an interface to make GraphQL calls to Nautobot as a flexible data source.

nautobot_graphql (Data Source)

Provide an interface to make GraphQL calls to Nautobot as a flexible data source.

Schema

Required

  • query (String) The GraphQL query that will be sent to Nautobot.

Read-Only

  • data (String) The data returned by the GraphQL query.
  • id (String) The ID of this resource.