MCPcopy Create free account
hub / github.com/dagger/dagger / execute

Method execute

sdk/python/src/dagger/client/_session.py:145–146  ·  view source on GitHub ↗
(self, query: gql.GraphQLRequest)

Source from the content-addressed store, hash-verified

143 return client.schema
144
145 async def execute(self, query: gql.GraphQLRequest) -> Any:
146 return await (await self.get_session()).execute(query)
147
148 async def close(self) -> None:
149 logger.debug("Closing client session to GraphQL server")

Callers

nothing calls this directly

Calls 1

get_sessionMethod · 0.95

Tested by

no test coverage detected